Avoid implicit conversion of integers / pointers to booleans.

This commit is contained in:
nekral-guest
2008-05-25 20:41:13 +00:00
parent de9bee0354
commit cb8d416b37
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
* libmisc/xmalloc.c: Avoid implicit conversion of integers /
pointers to booleans.
* libmisc/xgetXXbyYY.c: Likewise.
2008-05-25 Nicolas François <nicolas.francois@centraliens.net>