* src/groupmod.c: Use a bool when possible instead of int
integers. * src/groupmod.c: Avoid assignments in comparisons. * src/groupmod.c: Add brackets and parenthesis. * src/groupmod.c: Avoid implicit conversion of pointers / integers / chars to booleans. * src/groupmod.c: Use a %lu format to print GIDs, and cast the GID to (unsigned long int). * src/groupmod.c: Ignore return value of setlocale(), bindtextdomain(), and textdomain(). * src/groupmod.c: Ignore the return value of pam_end() before exiting.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/groupmod.c: Use a bool when possible instead of int
|
||||
integers.
|
||||
* src/groupmod.c: Avoid assignments in comparisons.
|
||||
* src/groupmod.c: Add brackets and parenthesis.
|
||||
* src/groupmod.c: Avoid implicit conversion of pointers / integers
|
||||
/ chars to booleans.
|
||||
* src/groupmod.c: Use a %lu format to print GIDs, and cast the GID
|
||||
to (unsigned long int).
|
||||
* src/groupmod.c: Ignore return value of setlocale(),
|
||||
bindtextdomain(), and textdomain().
|
||||
* src/groupmod.c: Ignore the return value of pam_end() before
|
||||
exiting.
|
||||
|
||||
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/su.c: Ignore return value of setlocale(),
|
||||
|
Reference in New Issue
Block a user