Commit 12533bb1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

--libcurl: use *_LARGE options with typecasted constants

In the generated code --libcurl makes, all calls to curl_easy_setopt()
that use *_LARGE options now have the value typecasted to curl_off_t, so
that it works correctly for 32bit systems with 64bit curl_off_t type.
parent 9be951a4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment