mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
Michal Marek comment fix
This commit is contained in:
parent
ec9e399668
commit
300cbc2e21
@ -534,8 +534,8 @@ struct Curl_transfer_keeper {
|
|||||||
curl_off_t size; /* -1 if unknown at this point */
|
curl_off_t size; /* -1 if unknown at this point */
|
||||||
curl_off_t *bytecountp; /* return number of bytes read or NULL */
|
curl_off_t *bytecountp; /* return number of bytes read or NULL */
|
||||||
|
|
||||||
curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, 0
|
curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
|
||||||
means unlimited */
|
-1 means unlimited */
|
||||||
curl_off_t *writebytecountp; /* return number of bytes written or NULL */
|
curl_off_t *writebytecountp; /* return number of bytes written or NULL */
|
||||||
|
|
||||||
/** End of HandleData struct copies **/
|
/** End of HandleData struct copies **/
|
||||||
|
Loading…
Reference in New Issue
Block a user