mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-27 20:05:12 +00:00
dumpdir_cmp signature
* src/compare.c (dumpdir_cmp): Return char, not int.
This commit is contained in:
@@ -319,7 +319,9 @@ diff_special (void)
|
||||
report_difference (¤t_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)
|
||||
|
||||
Reference in New Issue
Block a user