Fix DEBUG build.

This commit is contained in:
Stefan Esser 2017-12-25 18:48:58 -08:00 committed by Justin Maggard
parent 8fb89dc6fa
commit 63f725f8c9

View File

@ -122,7 +122,7 @@ DisplayNameValueList(char * buffer, int bufsize)
{
struct NameValueParserData pdata;
struct NameValue * nv;
ParseNameValue(buffer, bufsize, &pdata);
ParseNameValue(buffer, bufsize, &pdata, XML_STORE_EMPTY_FL);
for(nv = pdata.head.lh_first;
nv != NULL;
nv = nv->entries.le_next)