From: Jim Meyering Date: Mon, 25 Dec 2000 10:45:10 +0000 (+0000) Subject: (hash_compare_active_dir_ents): Return explicit `true' X-Git-Tag: FILEUTILS-4_0_35~19 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3c1f0042f53e53fb41cf8502ec3b5ecb9358788b;p=thirdparty%2Fcoreutils.git (hash_compare_active_dir_ents): Return explicit `true' or `false', rather than relying on implicit int-to-enum cast. --- diff --git a/src/remove.c b/src/remove.c index 6b5dad09fe..4b1ab30331 100644 --- a/src/remove.c +++ b/src/remove.c @@ -171,7 +171,7 @@ hash_compare_active_dir_ents (void const *x, void const *y) { struct active_dir_ent const *a = x; struct active_dir_ent const *b = y; - return SAME_INODE (*a, *b); + return SAME_INODE (*a, *b) ? true : false; } /* A hash function for null-terminated char* strings using