summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-11-13 16:41:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2010-11-13 16:41:16 +0800
commit98de3f0d9271adb1f0f8a331acd60bd62e0941db (patch)
treef079cafa27d4a7ae5366c41aa16d0a107e2e8bc3
parentedc7d290f8a2687981a63af340a868617bb9890c (diff)
downloadpttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar.gz
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar.bz2
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar.lz
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar.xz
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.tar.zst
pttbbs-98de3f0d9271adb1f0f8a331acd60bd62e0941db.zip
prevent overlaping alert/messages
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5257 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/edit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/edit.c b/pttbbs/mbbsd/edit.c
index e48ad456..37b05f2d 100644
--- a/pttbbs/mbbsd/edit.c
+++ b/pttbbs/mbbsd/edit.c
@@ -1552,7 +1552,8 @@ check_quote(void)
if ((included_line >> 2) > post_line) {
move(4, 0);
outs("本篇文章的引言比例超過 80%,請您做些微的修正:\n\n"
- ANSI_COLOR(1;33) "1) 增加一些文章 或 2) 刪除不必要之引言" ANSI_RESET);
+ ANSI_COLOR(1;33) "1) 增加一些文章 或 2) 刪除不必要之引言"
+ ANSI_RESET "\n");
{
char ans[4];