The "len" to generate_and_send_sums() is supposed to be an OFF_T.

This commit is contained in:
Wayne Davison
2004-07-14 16:40:08 +00:00
parent d3979b025d
commit 9774cc3344

View File

@@ -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;