1
0
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:
Daniel Stenberg 2004-01-28 17:38:58 +00:00
parent 958987c214
commit 9bca9681ba

View File

@ -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)