]> Dogcows Code - chaz/tar/blobdiff - src/update.c
tar: more reliable directory traversal when creating archives
[chaz/tar] / src / update.c
index 73b9d5317c2ad7b67b7fb41aa7cb302a47504ff1..53ce553b0ca680944ae0a33b6d08126369c1752e 100644 (file)
@@ -224,7 +224,7 @@ update_archive (void)
        if (subcommand_option == CAT_SUBCOMMAND)
          append_file (file_name);
        else
-         dump_file (file_name, 1, (dev_t) 0);
+         dump_file (0, file_name, file_name);
       }
   }
 
This page took 0.020867 seconds and 4 git commands to generate.