Merge modified --with-rsh patch: we now determine the default
[rsync/rsync.git] / 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)
 {
-       int i;
+       size_t i;
        unsigned int int_zero = 0;
        extern int csum_length;