search for: file_chunk_ct

Displaying 1 result from an estimated 1 matches for "file_chunk_ct".

2002 Feb 11
0
RSYNC 2.5.2 type mismatches in batch.c
...try) { rprintf(FINFO, "file_list_entry NE flist_entry\n"); rprintf(FINFO, "file_flist_entry = %d flist_entry = %d\n", @@ -478,12 +479,12 @@ exit_cleanup(1); } else { - read_batch_csums_file((char *) &file_chunk_ct, + read_batch_csums_file( &file_chunk_ct, sizeof(int)); *checksums_match = 1; for (i = 0; i < file_chunk_ct; i++) { - read_batch_csums_file((char *) &file_sum1, +...