another gcc4 fix

Original commit message from CVS:
another gcc4 fix
This commit is contained in:
Stefan Kost 2005-12-12 16:04:45 +00:00
parent 43dfc2dbb6
commit 006cffbb64

View file

@ -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