[phobos] [D-Programming-Language/phobos] 00f247: Need to check ret != -1, not ret == 0=0D
GitHub
noreply at github.com
Sun Mar 11 11:08:30 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 00f2470eede24cffd8d849a152ddc71972b223a8
https://github.com/D-Programming-Language/phobos/commit/00f2470eede24cffd8d849a152ddc71972b223a8
Author: Johannes Pfau <johannespfau at googlemail.com>
Date: 2012-03-11 (Sun, 11 Mar 2012)
Changed paths:
M std/stdio.d
Log Message:
-----------
Need to check ret != -1, not ret == 0
See http://linux.die.net/man/3/pclose
Commit: bc13258c8fa7179026d7c58a8ea18822fca9327a
https://github.com/D-Programming-Language/phobos/commit/bc13258c8fa7179026d7c58a8ea18822fca9327a
Author: Brad Roberts <braddr at puremagic.com>
Date: 2012-03-11 (Sun, 11 Mar 2012)
Changed paths:
M std/stdio.d
Log Message:
-----------
Merge pull request #487 from jpf91/patch-1
std.stdio: Need to check ret != -1, not ret == 0
Compare: https://github.com/D-Programming-Language/phobos/compare/17fd52d...bc13258
More information about the phobos
mailing list