size_t fix.
authorMartin Pool <mbp@samba.org>
Thu, 24 Jan 2002 08:09:46 +0000 (08:09 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 24 Jan 2002 08:09:46 +0000 (08:09 +0000)
batch.c

diff --git a/batch.c b/batch.c
index 01391a2..a470710 100644 (file)
--- 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)
 {
 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;
 
        unsigned int int_zero = 0;
        extern int csum_length;