libpurple/protocols/zephyr/ZVariables.c

changeset 26726
b81bcec8f359
parent 18552
810a338ef085
child 28001
c6446d1742d3
--- a/libpurple/protocols/zephyr/ZVariables.c	Mon Apr 06 23:05:02 2009 +0000
+++ b/libpurple/protocols/zephyr/ZVariables.c	Tue Apr 07 05:22:48 2009 +0000
@@ -186,7 +186,7 @@
 #define max(a,b) ((a > b) ? (a) : (b))
 #endif
 
-    if (g_strncasecmp(bfr, var, max(strlen(var), cp - bfr)))
+    if (g_ascii_strncasecmp(bfr, var, max(strlen(var), cp - bfr)))
 	return(0);			/* var is not the var in
 					   bfr ==> no match */
 

mercurial