mirror of
https://github.com/curl/curl.git
synced 2026-06-03 18:54:19 +03:00
fixes
This commit is contained in:
parent
388889bae5
commit
893a3a6cef
1 changed files with 1 additions and 1 deletions
|
|
@ -2916,6 +2916,6 @@ CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...)
|
|||
|
||||
va_end(arg);
|
||||
if(result == CURLE_BAD_FUNCTION_ARGUMENT)
|
||||
failf(data, "setopt 0x%x got bad argument", option);
|
||||
failf(data, "setopt 0x%x got bad argument", (unsigned int)option);
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue