summaryrefslogtreecommitdiffstats
path: root/mbbsd/indict.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/indict.c')
-rw-r--r--mbbsd/indict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/indict.c b/mbbsd/indict.c
index 317fb5b0..ba1d84e8 100644
--- a/mbbsd/indict.c
+++ b/mbbsd/indict.c
@@ -126,7 +126,7 @@ use_dict(char *dict,char *database)
f = 1;
} else
f = 0;
- if (strstr_lower(lang, word)) {
+ if (strcasestr(lang, word)) {
if (f == 1)
lang[65] = '[';
outs(lang);