summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 08eac9af..be1d0d45 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -412,6 +412,7 @@ dbcs_strcasestr(const char* pool, const char *ptr)
while(*pool)
{
+ // FIXME ¥Î strncasecmp ÁÙ¬O·|¿ù
if(strncasecmp(pool, ptr, len) == 0)
return 1;
/* else */