minor variable type cleanups

This commit is contained in:
Daniel Stenberg 2004-03-23 08:50:28 +00:00
parent 4e84ac4db8
commit 0fd88d7c8f
3 changed files with 9 additions and 8 deletions

View file

@ -65,7 +65,7 @@ char *appendstring(char *string, /* original string */
const char *spitout(FILE *stream,
const char *main,
const char *sub, int *size)
const char *sub, size_t *size)
{
char buffer[8192]; /* big enough for anything */
char cmain[128]=""; /* current main section */