* lib/sgetpwent.c: Avoid implicit conversion of pointers / chars to booleans.

* lib/sgetpwent.c: Add brackets and parenthesis.
	* lib/sgetpwent.c: Return NULL instead of 0.
This commit is contained in:
nekral-guest
2008-05-26 09:15:02 +00:00
parent 64d0313c5b
commit adc4729ffa
2 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* lib/sgetpwent.c: Avoid implicit conversion of pointers / chars to
booleans.
* lib/sgetpwent.c: Add brackets and parenthesis.
* lib/sgetpwent.c: Return NULL instead of 0.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/getdate.y: abbrev is a bool.