After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316201 - Need to use BAD_CAST macro in glade-xml-utils.c
Need to use BAD_CAST macro in glade-xml-utils.c
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-13 13:39 UTC by Tristan Van Berkom
Modified: 2005-09-15 02:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2005-09-13 13:39:20 UTC
In glade-xml-utils, all the strcmp()'s that are "const gchar *" 
with "xmlChar *" should be changed to xmlStrcmp(), and the
"const gchar *" args should be cast with the BAD_CAST macro
from libxml2.
Comment 1 Tristan Van Berkom 2005-09-15 02:05:29 UTC
Applied Juan's patch, fixed.