]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:38:35 +0000 (02:38 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:38:35 +0000 (02:38 +0000)
src/update.c

index 19e98a7d1b5ce05f3ee05fd1a058b6f82ce050c6..bd95825be7dcb121ffaa54557459569be4bffc54 100644 (file)
@@ -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();
This page took 0.02421 seconds and 4 git commands to generate.