More signedness fixes; should be harmless.
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index ab729c8..96ed47f 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -980,7 +980,7 @@ struct file_list *send_file_list(int f, int argc, char *argv[])
        }
 
        if (f != -1) {
-               io_end_buffering(f);
+               io_end_buffering();
                stats.flist_size = stats.total_written - start_write;
                stats.num_files = flist->count;
                if (write_batch)        /*  dw  */