X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/98bf61c80ee4f717a5e5adc297e58082393980f1..a1cbe76e2c572e7762d1e5ce4dad85891a8fba6e:/sender.c diff --git a/sender.c b/sender.c index d88d245a..e9b21cb5 100644 --- a/sender.c +++ b/sender.c @@ -47,7 +47,7 @@ extern struct stats stats; static struct sum_struct *receive_sums(int f) { struct sum_struct *s; - size_t i; + int32 i; OFF_T offset = 0; if (!(s = new(struct sum_struct)))