mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-18 20:06:07 -04:00
The "len" to generate_and_send_sums() is supposed to be an OFF_T.
This commit is contained in:
@@ -205,7 +205,7 @@ static void sum_sizes_sqroot(struct sum_struct *sum, uint64 len)
|
||||
*
|
||||
* Generate approximately one checksum every block_len bytes.
|
||||
*/
|
||||
static void generate_and_send_sums(struct map_struct *buf, size_t len, int f_out)
|
||||
static void generate_and_send_sums(struct map_struct *buf, OFF_T len, int f_out)
|
||||
{
|
||||
size_t i;
|
||||
struct sum_struct sum;
|
||||
|
||||
Reference in New Issue
Block a user