On Tue, 7 Oct 2014, Bentham, Dave wrote:

Now I found this in curlbuild.h:

/* curl_off_t formatting string directive without "%" conversion specifier. */
#define CURL_FORMAT_CURL_OFF_T "lld "

/* unsigned curl_off_t formatting string without "%" conversion specifier. */
#define CURL_FORMAT_CURL_OFF_TU "lld "

Yes, as %lld and %llu are what 32 bit systems use that support "long long" arguments like curl_off_t. If you're using a system where curl_off_t is but a regular long, then change those defines!

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to