aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-05 14:10:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-05 14:10:48 +0000
commit272231fb09052e97a218d9ea00db57692d59c1de (patch)
treeea9eaa8fcbbd463489490a51052d6d7572ce1539 /src/mkhelp.pl
parent67b4d9b232923ec2ba5bbb2f929254cf95e953db (diff)
Another Yang Tse warning cleanup raid!
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
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;