]> Dogcows Code - chaz/tar/blobdiff - src/update.c
(update_archive): Fix typo: last two args to dump_file were interchanged.
[chaz/tar] / 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.021575 seconds and 4 git commands to generate.