From: Wayne Davison Date: Tue, 21 Nov 2006 08:36:48 +0000 (+0000) Subject: Make the file_list stats value an int64. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/604dbf6d942ad09ba4484cc16012746fcc17d998 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;