* src/pwunconv.c: Use a bool when possible instead of int
integers. * src/pwunconv.c: Add brackets and parenthesis. * src/pwunconv.c: Ignore return value of setlocale(), bindtextdomain(), and textdomain(). * src/pwunconv.c: Avoid implicit conversion of pointers / integers / chars to booleans. * src/pwunconv.c: Avoid assignments in comparisons.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/pwunconv.c: Use a bool when possible instead of int
|
||||
integers.
|
||||
* src/pwunconv.c: Add brackets and parenthesis.
|
||||
* src/pwunconv.c: Ignore return value of setlocale(),
|
||||
bindtextdomain(), and textdomain().
|
||||
* src/pwunconv.c: Avoid implicit conversion of pointers / integers
|
||||
/ chars to booleans.
|
||||
* src/pwunconv.c: Avoid assignments in comparisons.
|
||||
|
||||
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/usermod.c: Use a bool when possible instead of int integers.
|
||||
|
Reference in New Issue
Block a user