* Change type of added to bool.

* Avoid implicit conversion of pointers to booleans.
This commit is contained in:
nekral-guest
2008-05-25 22:03:09 +00:00
parent bc0657d13c
commit 9d331bb32b
2 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-05-25 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/addgrps.c: Change type of added to bool.
* libmisc/addgrps.c: Avoid implicit conversion of pointers to
booleans.
2008-05-25 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/hushed.c: hushed returns a bool instead of int.