mirror of
https://github.com/curl/curl.git
synced 2026-04-21 08:22:13 +03:00
tool_operate: fix a stray Curl_ symbol use
This commit is contained in:
parent
438dd08b54
commit
64a79fdd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -932,7 +932,7 @@ static CURLcode config2setopts(struct GlobalConfig *global,
|
|||
if(env) {
|
||||
curl_off_t num;
|
||||
const char *p = env;
|
||||
if(!Curl_str_number(&p, &num, LONG_MAX))
|
||||
if(!curlx_str_number(&p, &num, LONG_MAX))
|
||||
my_setopt(curl, CURLOPT_BUFFERSIZE, (long)num);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue