mirror of
https://github.com/curl/curl.git
synced 2026-06-03 03:24:20 +03:00
Gisle has eyes, I don't
This commit is contained in:
parent
958987c214
commit
9bca9681ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue