Fix namespace test setup routine to work properly in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-22 18:14:59 +01:00 committed by Sebastian Pipping
parent e881a0451f
commit c5c02d745f

View File

@ -7076,7 +7076,7 @@ END_TEST
static void static void
namespace_setup(void) namespace_setup(void)
{ {
parser = XML_ParserCreateNS(NULL, ' '); parser = XML_ParserCreateNS(NULL, XCS(' '));
if (parser == NULL) if (parser == NULL)
fail("Parser not created."); fail("Parser not created.");
} }