https://issues.dlang.org/show_bug.cgi?id=11363
Ketmar Dark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Ketmar Dark <[email protected]> --- (In reply to Sobirari Muhomori from comment #2) > workDirFD = open(toStringz(workDir), O_RDONLY); > How this behaves if workDir is not null, but empty? workDirFD will be "-1" (i.e. open() fails). --
