]> Dogcows Code - chaz/tar/blobdiff - src/extract.c
Fix exclusion of long file names when extracting from pax format archives.
[chaz/tar] / src / extract.c
index c3a99e084d3d143f1b8d4612d00d33008a72ef54..0f0d03fe9ada9741ff7da53abf743089bf353a89 100644 (file)
@@ -1278,7 +1278,7 @@ extract_archive (void)
   priv_set_remove_linkdir ();
 
   set_next_block_after (current_header);
-  decode_header (current_header, &current_stat_info, &current_format, 1);
+
   if (!current_stat_info.file_name[0]
       || (interactive_option
          && !confirm ("extract", current_stat_info.file_name)))
This page took 0.024069 seconds and 4 git commands to generate.