From: Martin Pool Date: Thu, 24 Jan 2002 08:09:46 +0000 (+0000) Subject: size_t fix. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5664871e5f11465cae8a1264d32dbf4a36df3821 size_t fix. --- diff --git a/batch.c b/batch.c index 01391a20..a470710d 100644 --- a/batch.c +++ b/batch.c @@ -395,7 +395,7 @@ void close_batch_csums_file() void write_batch_csum_info(int *flist_entry, int flist_count, struct sum_struct *s) { - int i; + size_t i; unsigned int int_zero = 0; extern int csum_length;