mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-21 17:10:39 +00:00
Fixed initialization of stat_info->is_sparse
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user