mirror of
https://github.com/curl/curl.git
synced 2026-08-06 09:16:12 +03:00
Yang Tse: fixed compiler warning
This commit is contained in:
parent
e06afaeb7a
commit
59b6cb9e91
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ static void read_ahead(struct testcase *test,
|
|||
/* decrease amount, advance pointer */
|
||||
test->rcount -= copy_n;
|
||||
test->rptr += copy_n;
|
||||
b->counter = copy_n;
|
||||
b->counter = (int)copy_n;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue