]> Dogcows Code - chaz/tar/blobdiff - src/update.c
Read POSIX multivolume archives split at the header boundary.
[chaz/tar] / src / update.c
index 468c6458d2eea904583db52bc914263d3ed2906f..b0151759d9b0430b34086d013a29efae722d99ce 100644 (file)
@@ -115,7 +115,8 @@ update_archive (void)
   while (!found_end)
     {
       enum read_header status = read_header (&current_header, 
-                                             &current_stat_info, false);
+                                             &current_stat_info, 
+                                             read_header_auto);
 
       switch (status)
        {
This page took 0.020309 seconds and 4 git commands to generate.