diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-18 00:54:26 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-18 00:54:26 +0000 |
commit | 300cbc2e214c6af0a122fc13d2132642f21df8db (patch) | |
tree | cf6a38537f0c245605c28a603e4b68bc188d1569 /lib | |
parent | ec9e399668ee04d8c184375f4948662e9e324144 (diff) |
Michal Marek comment fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index ad6161dfa..d50f9e44a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -534,8 +534,8 @@ struct Curl_transfer_keeper { curl_off_t size; /* -1 if unknown at this point */ 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 - means unlimited */ + curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, + -1 means unlimited */ curl_off_t *writebytecountp; /* return number of bytes written or NULL */ /** End of HandleData struct copies **/ |