X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f9f6184f38903386033626ee5e715fcf990361e6..166aa723324aac5102506159489e29ed31411d4b:/match.c diff --git a/match.c b/match.c index 86a04bed..1c0e894f 100644 --- a/match.c +++ b/match.c @@ -122,7 +122,7 @@ static void matched(int f,struct sum_struct *s,struct map_struct *buf, if (buf) show_progress(last_match, buf->file_size); - if (i == -1) end_progress(); + if (i == -1) end_progress(buf->file_size); }