]> Dogcows Code - chaz/tar/commitdiff
Fixed initialization of stat_info->is_sparse
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Aug 2004 11:48:51 +0000 (11:48 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Aug 2004 11:48:51 +0000 (11:48 +0000)
src/list.c

index 06ccf2d8465dce24152c20d6bc4bbcf8db433a49..61a3f85f7b738e8b0e1075cdaa0f2ae5938d0b4f 100644 (file)
@@ -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.027231 seconds and 4 git commands to generate.