From: Sergey Poznyakoff Date: Fri, 20 Feb 2004 15:33:12 +0000 (+0000) Subject: (update_archive): Write global extended header if constructed. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=eff25ef359bfab5a10a3718450ed6a410cb84385 (update_archive): Write global extended header if constructed. --- diff --git a/src/update.c b/src/update.c index d2dcf2c..d4145d0 100644 --- a/src/update.c +++ b/src/update.c @@ -110,7 +110,8 @@ update_archive (void) name_gather (); open_archive (ACCESS_UPDATE); - + xheader_write_global (); + while (!found_end) { enum read_header status = read_header (false);