X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5a554d5b14c9220d9a3cac14e02f9feea4c56a34..4440b8aa3fb0edb9626c8eaa4856d72f78c9e176:/match.c diff --git a/match.c b/match.c index dc4dbd1c..29b52516 100644 --- a/match.c +++ b/match.c @@ -120,7 +120,7 @@ static void matched(int f,struct sum_struct *s,struct map_struct *buf, last_match = offset; if (buf) - show_progress(last_match, buf->size); + show_progress(last_match, buf->file_size); if (i == -1) end_progress(); }