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/edit.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/edit.c')
-rw-r--r-- | mbbsd/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 2dd23eee..f39280d4 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -3486,7 +3486,7 @@ vedit2(const char *fpath, int saveheader, int *islocal, char title[STRLEN], int currutmp->destuid = currstat; #ifdef DBCSAWARE - mbcs_mode = (HasUserFlag(UF_DBCSAWARE)) ? 1 : 0; + mbcs_mode = ISDBCSAWARE() ? 1 : 0; #endif enter_edit_buffer(); |