summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-25 10:45:10 +0000
committerJim Meyering <jim@meyering.net>2000-12-25 10:45:10 +0000
commit3c1f0042f53e53fb41cf8502ec3b5ecb9358788b (patch)
tree78b76127d149f61ee90057a9c31e3f22ecc5b6e2 /src/remove.c
parentca08f0ea6517e41714caa4f3473ae471cbd57afc (diff)
downloadcoreutils-3c1f0042f53e53fb41cf8502ec3b5ecb9358788b.tar.xz
(hash_compare_active_dir_ents): Return explicit `true'
or `false', rather than relying on implicit int-to-enum cast.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index 6b5dad09f..4b1ab3033 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