| Index: third_party/libxml/src/testModule.c
|
| diff --git a/third_party/libxml/src/testModule.c b/third_party/libxml/src/testModule.c
|
| index e399f5c040d2c574f563b2f4b1fefd7601df49c6..77b7ba106abd337bc77edee85ec50e506f356857 100644
|
| --- a/third_party/libxml/src/testModule.c
|
| +++ b/third_party/libxml/src/testModule.c
|
| @@ -47,7 +47,7 @@ int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) {
|
|
|
| /* build the module filename, and confirm the module exists */
|
| xmlStrPrintf(filename, sizeof(filename),
|
| - (const xmlChar*) "%s/testdso%s",
|
| + "%s/testdso%s",
|
| (const xmlChar*)MODULE_PATH,
|
| (const xmlChar*)LIBXML_MODULE_EXTENSION);
|
|
|
|
|