X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=53ce553b0ca680944ae0a33b6d08126369c1752e;hb=de328a580ab6f5ff4a3237ce21f1ef0b7dd12984;hp=73b9d5317c2ad7b67b7fb41aa7cb302a47504ff1;hpb=45a574151ae64ae4f9b0d99302f7da6d9d8451a9;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 73b9d53..53ce553 100644 --- a/src/update.c +++ b/src/update.c @@ -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); } }