variable type cleanup to fix picky compiler warnings

This commit is contained in:
Daniel Stenberg
2004-07-01 07:43:20 +00:00
parent fcfd4bef2d
commit f05d47ddd6
3 changed files with 18 additions and 20 deletions

View File

@@ -876,7 +876,7 @@ struct UserDefined {
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
int ip_version;
long ip_version;
curl_off_t max_filesize; /* Maximum file size to download */