summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/vote.c')
-rw-r--r--mbbsd/vote.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/vote.c b/mbbsd/vote.c
index a006cd3b..e61050a7 100644
--- a/mbbsd/vote.c
+++ b/mbbsd/vote.c
@@ -713,8 +713,7 @@ vote_maintain(char *bname)
fputs(inbuf, fp);
fclose(fp);
- outs("按任何鍵開始編輯此次 [投票宗旨]");
- pressanykey();
+ vmsg("按任何鍵開始編輯此次 [投票宗旨]");
setbfile(buf, bname, STR_new_desc);
aborted = vedit(buf, NA, NULL);
if (aborted == -1) {