summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index f34fc47f..07bc4159 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -2341,8 +2341,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct)
{
if(num >= 5)
{
- outmsg("不得超過 5 篇重要公告 請精簡!");
- pressanykey();
+ vmsg("不得超過 5 篇重要公告 請精簡!");
return READ_REDRAW;
}
append_record(buf, fhdr, sizeof(fileheader_t));