From 604dbf6d942ad09ba4484cc16012746fcc17d998 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 21 Nov 2006 08:36:48 +0000 Subject: [PATCH] Make the file_list stats value an int64. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1