X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eb86d661d79f25c91788964a768b54223717e8f6..6608462cac742530ed6528bfb5ac7e26f43a31ea:/match.c diff --git a/match.c b/match.c index f54c2295..845bd355 100644 --- a/match.c +++ b/match.c @@ -119,7 +119,8 @@ static void matched(int f,struct sum_struct *s,struct map_struct *buf, else last_match = offset; - show_progress(last_match, buf->size); + if (buf) + show_progress(last_match, buf->size); if (i == -1) end_progress(); }