Fix DEBUG build.
This commit is contained in:
parent
8fb89dc6fa
commit
63f725f8c9
@ -122,7 +122,7 @@ DisplayNameValueList(char * buffer, int bufsize)
|
|||||||
{
|
{
|
||||||
struct NameValueParserData pdata;
|
struct NameValueParserData pdata;
|
||||||
struct NameValue * nv;
|
struct NameValue * nv;
|
||||||
ParseNameValue(buffer, bufsize, &pdata);
|
ParseNameValue(buffer, bufsize, &pdata, XML_STORE_EMPTY_FL);
|
||||||
for(nv = pdata.head.lh_first;
|
for(nv = pdata.head.lh_first;
|
||||||
nv != NULL;
|
nv != NULL;
|
||||||
nv = nv->entries.le_next)
|
nv = nv->entries.le_next)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user