]> git.ipfire.org Git - thirdparty/shadow.git/commit
* src/pwunconv.c: Use a bool when possible instead of int
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 20:30:34 +0000 (20:30 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 9 Jun 2008 20:30:34 +0000 (20:30 +0000)
commit6aa98c17bdf5178cf875c314a109fba4c5c0defd
tree50ca057983e07a7f23762f1a27c2f229c0c9cd21
parenta9f1ce0db1d2b33c5bcfbe7d597ed33f424e2fda
* 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.
ChangeLog
src/pwunconv.c