-
Max Kellermann authored
The check "open()!=0" is wrong, you have to write "open()>=0", because -1 means error, and 0 is a valid file handle.
dfea6b7c
| Name |
Last commit
|
Last update |
|---|---|---|
| doc | ||
| m4 | ||
| scripts | ||
| src | ||
| test | ||
| .gitignore | ||
| AUTHORS | ||
| COPYING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| TODO | ||
| UPGRADING | ||
| autogen.sh | ||
| configure.ac | ||
| valgrind.suppressions |