]> Dogcows Code - chaz/tar/commitdiff
(maybe_backup_file): Second argument is bool
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 20 Jun 2006 15:14:00 +0000 (15:14 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 20 Jun 2006 15:14:00 +0000 (15:14 +0000)
src/misc.c

index 78844ffcc8f6ed5adca60b9f6cd9fb9a8bab8c74..183a79d27b7e6ed3fa9241a76b3f6c08a931b85e 100644 (file)
@@ -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;
 
This page took 0.019101 seconds and 4 git commands to generate.