* lib/commonio.c: Add brackets and parenthesis.

* lib/commonio.c: Check the result of fgets().
	* lib/commonio.c: Avoid implicit conversion of pointers to
	booleans.
This commit is contained in:
nekral-guest
2008-06-10 20:27:16 +00:00
parent f79fd32208
commit 182731d6eb
2 changed files with 72 additions and 38 deletions

View File

@@ -1,3 +1,10 @@
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Add brackets and parenthesis.
* lib/commonio.c: Check the result of fgets().
* lib/commonio.c: Avoid implicit conversion of pointers to
booleans.
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: Fix the prototypes to match earlier changes.