diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-28 15:37:04 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-28 15:37:04 +0800 |
commit | 4621028ffd6a8acbc2bc76c528f11315812c7049 (patch) | |
tree | 6f0d3e255f4bb401ce06ad57d8c7226652fd3837 /mbbsd/passwd.c | |
parent | d0122a0edf93089c7a3897a899b26c8eeda4d311 (diff) | |
download | pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar.gz pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar.bz2 pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar.lz pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar.xz pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.tar.zst pttbbs-4621028ffd6a8acbc2bc76c528f11315812c7049.zip |
* drop 'dbcsaware detection' ui, because we have the better 'repeat detection'.
* also changed UF_DBCSAWARE to UF_DBCS_AWARE
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4886 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/passwd.c')
-rw-r--r-- | mbbsd/passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/passwd.c b/mbbsd/passwd.c index 46734d8b..836798d4 100644 --- a/mbbsd/passwd.c +++ b/mbbsd/passwd.c @@ -603,7 +603,7 @@ void pwcuInitGuestPerm () cuser.uflag = UF_BRDSORT; cuser.pager = PAGER_OFF; #ifdef DBCSAWARE - _ENABLE_BIT(cuser.uflag, UF_DBCSAWARE); + _ENABLE_BIT(cuser.uflag, (UF_DBCS_AWARE | UF_DBCS_DROP_REPEAT)); # ifdef GUEST_DEFAULT_DBCS_NOINTRESC _ENABLE_BIT(cuser.uflag, UF_DBCS_NOINTRESC); # endif |