From 84804c11c84cb38864e011e42a67346a78b06233 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 12 Mar 2006 16:07:31 +0000 Subject: comment on big5 workaround. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3284 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3