Commit 59b6cb9e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Yang Tse: fixed compiler warning

parent e06afaeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }