From 58422e8393f90458d3ef5b572d66fcfe5fca6618 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 10 Jan 2004 20:16:18 +0000 Subject: [PATCH] Changed the call to write_batch_csum_info() to the latest syntax. --- sender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1