X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fupdate.c;h=bd95825be7dcb121ffaa54557459569be4bffc54;hb=1a0228ab1e19b152cc9c05de57c8fbf7e8365fd6;hp=19e98a7d1b5ce05f3ee05fd1a058b6f82ce050c6;hpb=4356a8387b4dd80914f930786a3fc469f2ed0739;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 19e98a7..bd95825 100644 --- a/src/update.c +++ b/src/update.c @@ -1,5 +1,5 @@ /* Update a tar archive. - Copyright (C) 1988 Free Software Foundation + Copyright (C) 1988, 1992 Free Software Foundation This file is part of GNU Tar. @@ -171,7 +171,7 @@ update_archive() if(cmd_mode==CMD_CAT) append_file(p); else - dump_file(p,-1); + dump_file(p,-1, 1); } write_eot();