mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
docs: make sure libcurl opts examples pass in long arguments
Reported-by: Sergey Fixes #9779 Closes #9780
This commit is contained in:
parent
c2e9376a89
commit
873cc38e89
16 changed files with 19 additions and 16 deletions
|
|
@ -51,7 +51,7 @@ if(curl) {
|
|||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/");
|
||||
/* delegate if okayed by policy */
|
||||
curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION,
|
||||
CURLGSSAPI_DELEGATION_POLICY_FLAG);
|
||||
(long)CURLGSSAPI_DELEGATION_POLICY_FLAG);
|
||||
ret = curl_easy_perform(curl);
|
||||
}
|
||||
.fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue