]> Dogcows Code - chaz/tar/blobdiff - src/update.c
(update_archive): Pass 0 to read_header.
[chaz/tar] / src / update.c
index 5f315703ea82c7938d5409f4ba6aaafe8451580c..754d321fd4de7ea3ad0c06334fdfcb1d6747cd39 100644 (file)
@@ -1,5 +1,7 @@
 /* Update a tar archive.
-   Copyright 1988, 92, 94, 96, 97, 99, 2000 Free Software Foundation, Inc.
+
+   Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000, 2001 Free
+   Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
@@ -106,7 +108,7 @@ update_archive (void)
 
   while (!found_end)
     {
-      enum read_header status = read_header ();
+      enum read_header status = read_header (0);
 
       switch (status)
        {
This page took 0.019762 seconds and 4 git commands to generate.