diff options
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(); |