summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-09-03 13:05:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-09-03 13:05:16 +0800
commitca489018c4fb20f4e2eb7000b2eecee6345608af (patch)
treec30546703728ce837f8fd4dcfb3c4221d6c83640
parent10d6901e9f067a5229331e1bb59b5182530e54e9 (diff)
downloadpttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar.gz
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar.bz2
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar.lz
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar.xz
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.tar.zst
pttbbs-ca489018c4fb20f4e2eb7000b2eecee6345608af.zip
prevent using red color because it's considered as 'reason for not able to post'.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5390 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index ba83e890..422334da 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -358,13 +358,13 @@ b_config(void)
" - %s" ANSI_RESET
" 自刪文章\n",
(bp->brdattr & BRD_NOSELFDELPOST) ?
- ANSI_COLOR(1;31)"不開放" : "開放"
+ ANSI_COLOR(1)"不開放" : "開放"
);
prints( " " ANSI_COLOR(1;36) "r" ANSI_RESET
" - %s " ANSI_RESET "推薦文章\n",
(bp->brdattr & BRD_NORECOMMEND) ?
- ANSI_COLOR(31)"不開放":"開放"
+ ANSI_COLOR(1)"不開放":"開放"
);
#ifndef OLDRECOMMEND