tool_writeout.c: initialize string pointer variable
This commit is contained in:
parent
da900ca970
commit
89390f35f8
@ -103,7 +103,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo)
|
|||||||
{
|
{
|
||||||
FILE *stream = stdout;
|
FILE *stream = stdout;
|
||||||
const char *ptr = writeinfo;
|
const char *ptr = writeinfo;
|
||||||
char *stringp;
|
char *stringp = NULL;
|
||||||
long longinfo;
|
long longinfo;
|
||||||
double doubleinfo;
|
double doubleinfo;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user