mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
minor variable type cleanups
This commit is contained in:
parent
4e84ac4db8
commit
0fd88d7c8f
3 changed files with 9 additions and 8 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue