-
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
To find the state of this project's repository at the time of any of these versions, check out
the tags.