From: Wayne Davison Date: Sat, 10 Jan 2004 20:16:18 +0000 (+0000) Subject: Changed the call to write_batch_csum_info() to the latest syntax. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/58422e8393f90458d3ef5b572d66fcfe5fca6618 Changed the call to write_batch_csum_info() to the latest syntax. --- diff --git a/sender.c b/sender.c index b7ebbe1f..b0c24ddb 100644 --- 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);