From 6e631336919212a2ced12ec201918880370edf93 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 10 Feb 2005 22:51:21 +0000 Subject: [PATCH] (read_header): Removed assignment to oldgnu_header.isextended. It was breaking append mode. --- src/list.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/list.c b/src/list.c index e0f5080..baee9e8 100644 --- a/src/list.c +++ b/src/list.c @@ -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'; -- 2.45.2