From eff25ef359bfab5a10a3718450ed6a410cb84385 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 20 Feb 2004 15:33:12 +0000 Subject: [PATCH] (update_archive): Write global extended header if constructed. --- src/update.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.44.0