dumpdir_cmp signature

* src/compare.c (dumpdir_cmp): Return char, not int.
This commit is contained in:
Paul Eggert
2024-11-01 11:16:19 -07:00
parent 6e873de727
commit 3b0d006830

View File

@@ -319,7 +319,9 @@ diff_special (void)
report_difference (&current_stat_info, _("Mode differs"));
}
static int
/* Return zero if and only if A and B should be considered equal.
for the purposes of dump directory comparison. */
static char
dumpdir_cmp (const char *a, const char *b)
{
while (*a)