mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Yang Tse: fixed compiler warning
This commit is contained in:
parent
e06afaeb7a
commit
59b6cb9e91
@ -228,7 +228,7 @@ static void read_ahead(struct testcase *test,
|
|||||||
/* decrease amount, advance pointer */
|
/* decrease amount, advance pointer */
|
||||||
test->rcount -= copy_n;
|
test->rcount -= copy_n;
|
||||||
test->rptr += copy_n;
|
test->rptr += copy_n;
|
||||||
b->counter = copy_n;
|
b->counter = (int)copy_n;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user