From 4621028ffd6a8acbc2bc76c528f11315812c7049 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 28 Sep 2009 07:37:04 +0000 Subject: * 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 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') 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(); -- cgit v1.2.3