]> Dogcows Code - chaz/tar/commitdiff
(read_header): Removed assignment to oldgnu_header.isextended. It was breaking append...
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 10 Feb 2005 22:51:21 +0000 (22:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 10 Feb 2005 22:51:21 +0000 (22:51 +0000)
src/list.c

index e0f5080876c623e25e11f945c4b06c606be2b0c0..baee9e88b493d23993e5e44194e1737e682517fd 100644 (file)
@@ -465,11 +465,6 @@ read_header (bool raw_extended_headers)
                  np[sizeof h->prefix] = '\0';
                  np += strlen (np);
                  *np++ = '/';
-
-                 /* Prevent later references to current_header from
-                    mistakenly treating this as an old GNU header.
-                    This assignment invalidates h->prefix.  */
-                 current_header->oldgnu_header.isextended = 0;
                }
              memcpy (np, h->name, sizeof h->name);
              np[sizeof h->name] = '\0';
This page took 0.023554 seconds and 4 git commands to generate.