summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:49:16 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-24 04:49:16 +0800
commit77977eec595648e9143769c7993c65490b753b99 (patch)
treee3fa49665ab69c7ac59c11323044dd6d545b8f26 /mbbsd/edit.c
parentda56c5ed1f424f78040d2bd7f11833978eeb46b8 (diff)
downloadpttbbs-77977eec595648e9143769c7993c65490b753b99.tar
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.gz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.bz2
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.lz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.xz
pttbbs-77977eec595648e9143769c7993c65490b753b99.tar.zst
pttbbs-77977eec595648e9143769c7993c65490b753b99.zip
modify a little for vmsg
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1837 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index f9cb439a..02eca6b2 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -965,7 +965,7 @@ write_file(char *fpath, int saveheader, int *islocal)
switch (ans[0]) {
case 'a':
- vmsg("文章\033[1m 沒有 \033[m存入");
+ outs("文章\033[1m 沒有 \033[m存入");
aborted = -1;
break;
case 'r':
@@ -2022,7 +2022,7 @@ vedit(char *fpath, int saveheader, int *islocal)
case '\n':
#ifdef MAX_EDIT_LINE
if( totaln == MAX_EDIT_LINE ){
- vmsg("MAX_EDIT_LINE exceed");
+ outs("MAX_EDIT_LINE exceed");
break;
}
#endif