* src/grpck.c: Use a bool when possible instead of int integers.

* src/grpck.c: Ignore return value of setlocale(),
	bindtextdomain(), and textdomain().
This commit is contained in:
nekral-guest
2008-06-09 19:20:00 +00:00
parent 5038f6687b
commit 5e2b49dad4
2 changed files with 38 additions and 32 deletions

View File

@@ -1,3 +1,9 @@
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
* src/grpck.c: Use a bool when possible instead of int integers.
* src/grpck.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
* src/lastlog.c: Use a bool when possible instead of int integers.