]> Dogcows Code - chaz/tar/commitdiff
(update_archive): Fix typo: last two args to dump_file were interchanged.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Oct 1999 06:56:17 +0000 (06:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Oct 1999 06:56:17 +0000 (06:56 +0000)
src/update.c

index 6cf527497dd7efc326c57f838223289d2a312532..f4a1a9de55e660ad2c08d71b8359c74b32146a92 100644 (file)
@@ -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);
       }
   }
 
This page took 0.023175 seconds and 4 git commands to generate.