summaryrefslogtreecommitdiff
path: root/tests/test5-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test5-main.c')
-rw-r--r--tests/test5-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test5-main.c b/tests/test5-main.c
index 2b7c9c7..22b9911 100644
--- a/tests/test5-main.c
+++ b/tests/test5-main.c
@@ -160,7 +160,7 @@ test_sel_eng (guchar * a_file_uri)
goto error;
}
- xml_doc = xmlParseMemory (xml_content, strlen (xml_content));
+ xml_doc = xmlParseMemory ((const char *) xml_content, strlen ((const char *) xml_content));
if (!xml_doc) {
cr_utils_trace_info ("Could not parse xml content");
goto error;