Thank you. Please try the following patch.

Regards,
Sergey

Index: src/compare.c
===================================================================
RCS file: /cvsroot/tar/tar/src/compare.c,v
retrieving revision 1.35
diff -p -u -r1.35 compare.c
--- src/compare.c       11 Apr 2006 11:59:54 -0000      1.35
+++ src/compare.c       28 Dec 2006 09:44:33 -0000
@@ -138,7 +138,7 @@ read_and_process (struct tar_stat_info *
 {
   union block *data_block;
   size_t data_size;
-  size_t size = st->stat.st_size;
+  off_t size = st->stat.st_size;
 
   mv_begin (st);
   while (size)
 


Reply via email to