Changed the call to write_batch_csum_info() to the latest syntax.
[rsync/rsync.git] / sender.c
index b7ebbe1..b0c24dd 100644 (file)
--- a/sender.c
+++ b/sender.c
@@ -193,7 +193,7 @@ void send_files(struct file_list *flist, int f_out, int f_in)
                }
 
                if (write_batch)
-                       write_batch_csum_info(&i, flist->count, s);
+                       write_batch_csum_info(&i, s);
 
                if (!read_batch) {
                        fd = do_open(fname, O_RDONLY, 0);