From 90cec955801feaedccb87cd667c1a80509de312a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 20 Jun 2006 15:14:00 +0000 Subject: [PATCH] (maybe_backup_file): Second argument is bool --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 78844ff..183a79d 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; -- 2.44.0