This commit is contained in:
Sergey Poznyakoff
2005-06-23 09:10:51 +00:00
parent 225e690142
commit 8d52260315

View File

@@ -1,7 +1,12 @@
2005-06-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* src/sparse.c (tar_sparse_init): Fix recent bugfixes: Initialize
Fix bugs introduced yesterday:
* src/sparse.c (tar_sparse_init): Initialize
dimped_size to 0.
(sparse_scan_file): Initialize archive_file_size to 0. The
variable keeps size of the file *as stored in the archive*, not
the size reported by stat.
2005-06-22 Paul Eggert <eggert@cs.ucla.edu>