]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/groups.c: Use a bool when possible instead of int integers.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:29:54 +0000 (19:29 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 10 Jun 2008 19:29:54 +0000 (19:29 +0000)
commit46ce06791a28852aa4e0786b0f99ac5a47004291
tree85d86b8519f6538692c62d48730a7095546bc6db
parent462e8a3d903a729e9690cac6f3f390be7dc811a9
* src/groups.c: Use a bool when possible instead of int integers.
* src/groups.c: Add brackets and parenthesis.
* src/groups.c: Avoid implicit conversion of pointers / integers
to booleans.
* src/groups.c: Avoid assignments in comparisons.
* src/groups.c: Ignore the return value of putchar(), printf()
* src/groups.c: Ignore return value of setlocale(),
bindtextdomain(), and textdomain().
ChangeLog
src/groups.c