Commit 8dd799b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

If you give a *_LARGE option you MUST make sure that the type of the passed-in

argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */
parent a38520c9
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