From 006cffbb6487b1092d862ebd2d385e9639c12b2d Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 12 Dec 2005 16:04:45 +0000 Subject: [PATCH] another gcc4 fix Original commit message from CVS: another gcc4 fix --- tests/examples/xml/createxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/xml/createxml.c b/tests/examples/xml/createxml.c index 3917c29ebc..5b7039bc2c 100644 --- a/tests/examples/xml/createxml.c +++ b/tests/examples/xml/createxml.c @@ -21,7 +21,7 @@ object_saved (GstObject * object, xmlNodePtr parent, gpointer data) } child = xmlNewChild (parent, ns, (xmlChar *) "comment", NULL); - xmlNewChild (child, NULL, (xmlChar *) "text", (gchar *) data); + xmlNewChild (child, NULL, (xmlChar *) "text", (xmlChar *) data); } int