]> Dogcows Code - chaz/tar/commitdiff
(decode_header): Call xheader_decode unconditionally.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 20 Feb 2004 15:39:45 +0000 (15:39 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 20 Feb 2004 15:39:45 +0000 (15:39 +0000)
src/list.c

index b8a1b177dd2ea909bfed346cb49b56ed7779b935..fdc8fa9975b14cb7b81e4d0e72fa9323f4076d18 100644 (file)
@@ -568,8 +568,7 @@ decode_header (union block *header, struct tar_stat_info *stat_info,
     }
 
   current_stat_info.archive_file_size = current_stat_info.stat.st_size;
-  if (extended_header.size)
-    xheader_decode (stat_info);
+  xheader_decode (stat_info);
 }
 
 /* Convert buffer at WHERE0 of size DIGS from external format to
This page took 0.023498 seconds and 4 git commands to generate.