From a9bab13f9a1b4b90e727561da7b5f6bc1dd2dbe1 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 13 Apr 2004 08:07:12 +0000 Subject: message bug of push bottom git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1749 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mbbsd') 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)); -- cgit v1.2.3