March 11, 2012 [phobos] [D-Programming-Language/phobos] 00f247: Need to check ret != -1, not ret == 0=0D | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation