mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Gisle has eyes, I don't
This commit is contained in:
parent
958987c214
commit
9bca9681ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user