Avoid assignment in comparisons.

This commit is contained in:
nekral-guest
2007-12-27 21:43:29 +00:00
parent 641d73ab83
commit b58df6280d
2 changed files with 14 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
* src/gpasswd.c: New functions: check_perms(), get_group(),
change_passwd(), check_flags(). Split out of main() to simplify main().
* src/gpasswd.c: Avoid implicit brackets.
* src/gpasswd.c: Avoid assignment in comparisons.
2007-12-27 Nicolas François <nicolas.francois@centraliens.net>