Avoid assignments in comparisons.

Add note about possible bug.
This commit is contained in:
nekral-guest
2008-05-26 09:22:44 +00:00
parent da62edb4e0
commit 004fb5f9c2
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@
* lib/sgetpwent.c: Return NULL instead of 0.
* lib/sgetpwent.c: Do not check twice if fields[2] and fields[3]
are not empty.
* lib/sgetpwent.c: Avoid assignments in comparisons.
2008-05-26 Nicolas François <nicolas.francois@centraliens.net>