소스 검색

(maybe_backup_file): Second argument is bool

Sergey Poznyakoff 19 년 전
부모
커밋
90cec95580
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/misc.c

+ 1 - 1
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;