diff src/pan-item.c @ 1307:e8f21b91885d

Glibification again.
author zas_
date Sat, 21 Feb 2009 20:43:35 +0000
parents 8b89e3ff286b
children fe4da037be21
line wrap: on
line diff
--- a/src/pan-item.c	Sat Feb 21 18:28:53 2009 +0000
+++ b/src/pan-item.c	Sat Feb 21 20:43:35 2009 +0000
@@ -762,7 +762,7 @@
 					}
 				else if (ignore_case)
 					{
-					if (strcasecmp(path, pi->fd->name) == 0) match = TRUE;
+					if (g_ascii_strcasecmp(path, pi->fd->name) == 0) match = TRUE;
 					}
 				else
 					{