diff options
Diffstat (limited to 'src/cp-hash.c')
| -rw-r--r-- | src/cp-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp-hash.c b/src/cp-hash.c index b4812745e..355c03c3c 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -65,7 +65,7 @@ src_to_dest_compare (void const *x, void const *y) { struct Src_to_dest const *a = x; struct Src_to_dest const *b = y; - return SAME_INODE (*a, *b) ? true : false; + return PSAME_INODE (a, b); } static void |
