(maybe_backup_file): Second argument is bool

This commit is contained in:
Sergey Poznyakoff
2006-06-20 15:14:00 +00:00
parent b6fcb4ba8f
commit 90cec95580

View 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;