diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-05 14:10:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-05 14:10:48 +0000 |
commit | 272231fb09052e97a218d9ea00db57692d59c1de (patch) | |
tree | ea9eaa8fcbbd463489490a51052d6d7572ce1539 /src/mkhelp.pl | |
parent | 67b4d9b232923ec2ba5bbb2f929254cf95e953db (diff) | |
download | curl-272231fb09052e97a218d9ea00db57692d59c1de.tar.gz |
Another Yang Tse warning cleanup raid!
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r-- | src/mkhelp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 318e5986d..6610760bf 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -156,7 +156,7 @@ void hugehelp(void) return; headerlen = 10; - z.avail_in = sizeof(hugehelpgz) - headerlen; + z.avail_in = (unsigned int)(sizeof(hugehelpgz) - headerlen); z.next_in = (unsigned char *)hugehelpgz + headerlen; z.zalloc = (alloc_func)Z_NULL; z.zfree = (free_func)Z_NULL; |