* src/su.c: Use a bool when possible instead of int integers.
* src/su.c: Add brackets and parenthesis. * src/su.c: Avoid implicit conversion of pointers / integers / chars to booleans. * src/su.c: Ignore the return value of pam_end() before exiting. * src/su.c: Avoid assignments in comparisons. * src/su.c: Avoid multi-statements lines.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/su.c: Use a bool when possible instead of int integers.
|
||||
* src/su.c: Add brackets and parenthesis.
|
||||
* src/su.c: Avoid implicit conversion of pointers / integers
|
||||
/ chars to booleans.
|
||||
* src/su.c: Ignore the return value of pam_end() before
|
||||
exiting.
|
||||
* src/su.c: Avoid assignments in comparisons.
|
||||
* src/su.c: Avoid multi-statements lines.
|
||||
|
||||
2008-06-10 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* lib/prototypes.h, libmisc/valid.c: Change the prototype of
|
||||
|
Reference in New Issue
Block a user