From: Sergey Poznyakoff Date: Tue, 20 Jun 2006 15:14:00 +0000 (+0000) Subject: (maybe_backup_file): Second argument is bool X-Git-Tag: release_1_16~118 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=90cec955801feaedccb87cd667c1a80509de312a;p=debian%2Ftar (maybe_backup_file): Second argument is bool --- diff --git a/src/misc.c b/src/misc.c index 78844ffc..183a79d2 100644 --- a/src/misc.c +++ b/src/misc.c @@ -412,7 +412,7 @@ remove_any_file (const char *file_name, enum remove_option option) so, we do not have to backup block or character devices, nor remote entities. */ bool -maybe_backup_file (const char *file_name, int this_is_the_archive) +maybe_backup_file (const char *file_name, bool this_is_the_archive) { struct stat file_stat;