From: Sergey Poznyakoff Date: Thu, 23 Jun 2005 09:10:51 +0000 (+0000) Subject: Updated X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=8d522603155101acc353f3184ea16cbe207000b7;p=chaz%2Ftar Updated --- diff --git a/ChangeLog b/ChangeLog index 19b2924..0211866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ 2005-06-23 Sergey Poznyakoff - * 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