Przeglądaj źródła

(update_archive): Write global extended header if constructed.

Sergey Poznyakoff 21 lat temu
rodzic
commit
eff25ef359
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/update.c

+ 2 - 1
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);