On Wed, 26 Oct 2022, [email protected] wrote:
This will generate a 64-bit curl_off_t, which as I understand from other replies it is wrong for 32-bit builds. long long is invariant, being always 64-bit regardless of the memory model.
No, that is the right way. curl_off_t should always be 64 bit. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
