projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ef7a81
)
crlf_conversions needs to be a curl_off_t for ASCII transfers > 4GB on 32bit
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 26 Apr 2006 13:08:12 +0000
(13:08 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 26 Apr 2006 13:08:12 +0000
(13:08 +0000)
systems
lib/urldata.h
patch
|
blob
|
history
diff --git
a/lib/urldata.h
b/lib/urldata.h
index 64d883b9e7e9cfeae978dc4b043a9e679e3caf02..fd38d3e4f302a52b427adb62a731588cdc7c38e4 100644
(file)
--- a/
lib/urldata.h
+++ b/
lib/urldata.h
@@
-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
};