summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 10:37:42 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-11 10:37:42 +0800
commit01cdb88a86f85492ce865f81e78c82042c5ecee0 (patch)
tree39d6f5ddc7a44feba487a7cfd3a9db6f1d8e3acc /mbbsd/mbbsd.c
parent981cc6c5e052b5b37ebe5a624700ac42730d4ed0 (diff)
downloadpttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar.gz
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar.bz2
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar.lz
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar.xz
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.tar.zst
pttbbs-01cdb88a86f85492ce865f81e78c82042c5ecee0.zip
well, message revised again.
btw disable detection for guests or some people may get crazy. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2826 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 049221d2..74d257d2 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1007,7 +1007,7 @@ user_login(void)
restore_backup();
} else if (!strcmp(cuser.userid, STR_GUEST)) {
init_guest_info();
-#ifdef DBCSAWARE
+#if 0 // def DBCSAWARE
u_detectDBCSAwareEvilClient();
#else
pressanykey();