diff options
-rw-r--r-- | lib/urldata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 64d883b9e..fd38d3e4f 100644 --- 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 }; |