--- string.c.orig	Tue Dec  9 10:18:11 1997
+++ string.c	Sat Feb  7 13:05:36 1998
@@ -421,7 +421,7 @@
     UINT len;
     int retval;
 
-    if (ignorecase != FALSE) {
+    if (ignorecase) {
 	return str_cicmp(str1, str2);
     }
 
