diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 3fa1ba9dfe..50ad65b335 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2001-12-14 Sebastian Wilhelmi + + * io-xpm.c: Use g_ascii_strcasecmp() instead of g_strcasecmp(). + 2001-12-13 Sebastian Wilhelmi * gdk-pixbuf-animation.c, gdk-pixbuf-loader.c, gdk-pixpuf.c, diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index 5328e75cd8..2e6e33aae4 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -898,7 +898,8 @@ static XPMColorEntry xColors[] = { static int compare_xcolor_entries (const void *a, const void *b) { - return g_strcasecmp ((const char *) a, ((const XPMColorEntry *) b)->name); + return g_ascii_strcasecmp ((const char *) a, + ((const XPMColorEntry *) b)->name); } static gboolean