Yang Tse: fixed compiler warning

This commit is contained in:
Daniel Stenberg 2005-12-06 07:47:37 +00:00
parent e06afaeb7a
commit 59b6cb9e91
1 changed files with 1 additions and 1 deletions

View File

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