aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index e2fafbb932f..06b13cd6575 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1082,7 +1082,7 @@ fs_query_fontset (name, name_pattern)
1082 this_name = FONTSET_NAME (fontset); 1082 this_name = FONTSET_NAME (fontset);
1083 if (name_pattern == 1 1083 if (name_pattern == 1
1084 ? fast_string_match_ignore_case (name, this_name) >= 0 1084 ? fast_string_match_ignore_case (name, this_name) >= 0
1085 : !strcasecmp (SDATA (name), SDATA (this_name))) 1085 : !xstricmp (SDATA (name), SDATA (this_name)))
1086 return i; 1086 return i;
1087 } 1087 }
1088 return -1; 1088 return -1;