(update_archive): Write global extended header if constructed.

This commit is contained in:
Sergey Poznyakoff
2004-02-20 15:33:12 +00:00
parent b3060eabaf
commit eff25ef359

View File

@@ -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);