Explorar o código

(update_archive): Fix typo: last two args to dump_file were interchanged.

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
a46a204436
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/update.c

+ 1 - 1
src/update.c

@@ -192,7 +192,7 @@ update_archive (void)
 	if (subcommand_option == CAT_SUBCOMMAND)
 	  append_file (path);
 	else
-	  dump_file (path, (dev_t) 0, 1);
+	  dump_file (path, 1, (dev_t) 0);
       }
   }