mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
another gcc4 fix
Original commit message from CVS: another gcc4 fix
This commit is contained in:
parent
43dfc2dbb6
commit
006cffbb64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue