]> Dogcows Code - chaz/tar/commitdiff
(tar_sparse_init): Fix recent bugfixes: Initialize dumped_size to 0.
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 23 Jun 2005 08:27:22 +0000 (08:27 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 23 Jun 2005 08:27:22 +0000 (08:27 +0000)
src/sparse.c

index ecbbe108842bbd27366b3d16a470fc4e047a474e..d3f716492b894cd0134711e2de3b8b540d0f1550 100644 (file)
@@ -102,6 +102,7 @@ tar_sparse_member_p (struct tar_sparse_file *file)
 static bool
 tar_sparse_init (struct tar_sparse_file *file)
 {
+  file->dumped_size = 0;
   if (file->optab->init)
     return file->optab->init (file);
   return true;
This page took 0.02431 seconds and 4 git commands to generate.