diff src/format_raw.c @ 1307:e8f21b91885d

Glibification again.
author zas_
date Sat, 21 Feb 2009 20:43:35 +0000
parents 8b89e3ff286b
children a3d3208b0c50
line wrap: on
line diff
--- a/src/format_raw.c	Sat Feb 21 18:28:53 2009 +0000
+++ b/src/format_raw.c	Sat Feb 21 20:43:35 2009 +0000
@@ -321,7 +321,7 @@
 		while (!match && format_raw_list[i].magic_pattern)
 			{
 			if (format_raw_list[i].extension &&
-			    strcasecmp(format_raw_list[i].extension, ext) == 0)
+			    g_ascii_strcasecmp(format_raw_list[i].extension, ext) == 0)
 				{
 				match = TRUE;
 				}