From a8cf565dba1c16207d35c147ff876853126b9b8d Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 8 Jun 2005 03:28:20 +0000 Subject: eliminate warning messages and make rawmode in edit.c more suitable for dbcs aware mode git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2797 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 990155cc..53e6dea3 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2555,6 +2555,8 @@ vedit(char *fpath, int saveheader, int *islocal) count = 0; tin = interval; } +#ifndef DBCSAWARE_EDIT + /* this is almost useless! */ if (curr_buf->raw_mode) { switch (ch) { case Ctrl('S'): @@ -2563,6 +2565,7 @@ vedit(char *fpath, int saveheader, int *islocal) continue; } } +#endif if (phone_mode_filter(ch)) continue; -- cgit v1.2.3