From: Wayne Davison Date: Tue, 21 Nov 2006 08:36:48 +0000 (+0000) Subject: Make the file_list stats value an int64. X-Git-Tag: v3.0.0pre1~557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604dbf6d942ad09ba4484cc16012746fcc17d998;p=thirdparty%2Frsync.git Make the file_list stats value an int64. --- diff --git a/rsync.h b/rsync.h index 25cb5602..735f8216 100644 --- a/rsync.h +++ b/rsync.h @@ -648,7 +648,7 @@ struct stats { int64 matched_data; int64 flist_buildtime; int64 flist_xfertime; - int flist_size; + int64 flist_size; int num_files; int num_transferred_files; int current_file_index;