diff src/ui_fileops.c @ 1307:e8f21b91885d

Glibification again.
author zas_
date Sat, 21 Feb 2009 20:43:35 +0000
parents 8b89e3ff286b
children 681e79dd0820
line wrap: on
line diff
--- a/src/ui_fileops.c	Sat Feb 21 18:28:53 2009 +0000
+++ b/src/ui_fileops.c	Sat Feb 21 20:43:35 2009 +0000
@@ -781,7 +781,7 @@
 	e = strlen(ext);
 
 	/* FIXME: utf8 */
-	return (p > e && strncasecmp(path + p - e, ext, e) == 0);
+	return (p > e && g_ascii_strncasecmp(path + p - e, ext, e) == 0);
 }
 
 gchar *remove_extension_from_path(const gchar *path)