Fix namespace test setup routine to work properly in UTF-16 builds
This commit is contained in:
parent
e881a0451f
commit
c5c02d745f
@ -7076,7 +7076,7 @@ END_TEST
|
||||
static void
|
||||
namespace_setup(void)
|
||||
{
|
||||
parser = XML_ParserCreateNS(NULL, ' ');
|
||||
parser = XML_ParserCreateNS(NULL, XCS(' '));
|
||||
if (parser == NULL)
|
||||
fail("Parser not created.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user