mirror of
https://github.com/curl/curl.git
synced 2026-04-24 06:22:11 +03:00
crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bit
systems
This commit is contained in:
parent
6ef7a81a3b
commit
def0db30e7
1 changed files with 1 additions and 1 deletions
|
|
@ -943,7 +943,7 @@ struct UrlState {
|
|||
/* for FTP downloads: track CRLF sequences that span blocks */
|
||||
bool prev_block_had_trailing_cr;
|
||||
/* for FTP downloads: how many CRLFs did we converted to LFs? */
|
||||
size_t crlf_conversions;
|
||||
curl_off_t crlf_conversions;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue