]> Dogcows Code - chaz/tar/blobdiff - src/list.c
Started merging with cpio into paxutils.
[chaz/tar] / src / list.c
index 06ccf2d8465dce24152c20d6bc4bbcf8db433a49..0e5e205f9a4f43feb8a7fa052c4a7509c733335a 100644 (file)
@@ -22,7 +22,7 @@
 /* Define to non-zero for forcing old ctime format instead of ISO format.  */
 #undef USE_OLD_CTIME
 
-#include "system.h"
+#include <system.h>
 #include <quotearg.h>
 
 #include "common.h"
@@ -597,6 +597,8 @@ decode_header (union block *header, struct tar_stat_info *stat_info,
       sparse_fixup_header (stat_info);
       stat_info->is_sparse = true;
     }
+  else
+    stat_info->is_sparse = false;
 }
 
 /* Convert buffer at WHERE0 of size DIGS from external format to
This page took 0.021871 seconds and 4 git commands to generate.