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