mirror of
https://github.com/curl/curl.git
synced 2026-06-08 09:04:17 +03:00
CURLOPT_TIMEVALUE.md try fix
This commit is contained in:
parent
d70cd51116
commit
d3eb325cdc
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ int main(void)
|
|||
|
||||
# HISTORY
|
||||
|
||||
CURL_NETRC_\* enums became `long` types in 8.13.0, prior to this version
|
||||
`CURL_NETRC_*` enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ int main(void)
|
|||
|
||||
# HISTORY
|
||||
|
||||
CURL_TIMECOND_\* enums became `long` types in 8.13.0, prior to this version
|
||||
`CURL_TIMECOND_*` enums became `long` types in 8.13.0, prior to this version
|
||||
a `long` cast is necessary when passing to curl_easy_setopt(3).
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue