From 24d848bc545c35e9420f30c4fac7ded75072cfaa Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 20 Sep 2009 23:22:48 +0000 Subject: * merge uflag2 and uflag, and refine flag bitmask names git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4871 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 d262f90e..2dd23eee 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 = (cuser.uflag & DBCSAWARE_FLAG) ? 1 : 0; + mbcs_mode = (HasUserFlag(UF_DBCSAWARE)) ? 1 : 0; #endif enter_edit_buffer(); -- cgit v1.2.3