From: François Pinard Date: Wed, 16 Nov 1994 02:38:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=1a0228ab1e19b152cc9c05de57c8fbf7e8365fd6 *** empty log message *** --- 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();