From: Andrew Tridgell Date: Mon, 16 Nov 1998 03:53:43 +0000 (+0000) Subject: fixed a bug handling files larger than 2GB X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1309d90dde1442931fb30c7cdfd1b41afa2a5023 fixed a bug handling files larger than 2GB --- diff --git a/match.c b/match.c index 845bd355..dc4dbd1c 100644 --- a/match.c +++ b/match.c @@ -94,7 +94,7 @@ static void matched(int f,struct sum_struct *s,struct map_struct *buf, OFF_T offset,int i) { OFF_T n = offset - last_match; - int j; + OFF_T j; if (verbose > 2 && i >= 0) rprintf(FINFO,"match at %d last_match=%d j=%d len=%d n=%d\n",