summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-13 00:07:31 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-03-13 00:07:31 +0800
commit84804c11c84cb38864e011e42a67346a78b06233 (patch)
treeaa4bc28317c1739a9974798c05e2f84718b718c7 /mbbsd/read.c
parent2256b7caa9189ad0575028a28feaad38f19c3433 (diff)
downloadpttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar.gz
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar.bz2
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar.lz
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar.xz
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.tar.zst
pttbbs-84804c11c84cb38864e011e42a67346a78b06233.zip
comment on big5 workaround.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3284 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 */