diff options
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 2 |
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(); |