1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

tool_writeout.c: initialize string pointer variable

This commit is contained in:
Marc Hoersken 2014-04-19 00:24:25 +02:00
parent da900ca970
commit 89390f35f8

View File

@ -103,7 +103,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
{
FILE *stream = stdout;
const char *ptr = writeinfo;
char *stringp;
char *stringp = NULL;
long longinfo;
double doubleinfo;