summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 4d785908..ef8f83d6 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -302,7 +302,7 @@ a_searchtitle(menu_t * pm, int rev)
if (!a_loadname(pm))
return pm->now;
}
- if (strcasestr(pm->header[pos - pm->page].title, search_str))
+ if (DBCS_strcasestr(pm->header[pos - pm->page].title, search_str))
return pos;
} while (pos != pm->now);
return pm->now;