Commit 9bca9681 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle has eyes, I don't

parent 958987c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,7 @@ static int str2offset(curl_off_t *val, char *str)
  *val = strtoll(str, NULL, 0);
#else
  /* this is a duplicate of the function that is also used in libcurl */
  *val = Curl_strtoll(str, NULL, 0;
  *val = Curl_strtoll(str, NULL, 0);
#endif

  if ((*val == LLONG_MAX || *val == LLONG_MIN) && errno == ERANGE)