From 5664871e5f11465cae8a1264d32dbf4a36df3821 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 24 Jan 2002 08:09:46 +0000 Subject: [PATCH] size_t fix. --- batch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1