dtmail: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
85268b3476
commit
72b59ec869
@@ -108,7 +108,7 @@ getNamedValueString(const char *string, const char *name)
|
||||
{
|
||||
int stringLen = strlen(string);
|
||||
int nameLen = strlen(name);
|
||||
const char * results;
|
||||
const char * results = NULL;
|
||||
char * stringEnd;
|
||||
unsigned int offset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user