summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index bc454b0f..a939d19f 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.96 2003/03/26 12:32:16 in2 Exp $ */
+/* $Id: board.c,v 1.97 2003/03/26 12:43:55 in2 Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -933,7 +933,7 @@ show_brdlist(int head, int clsflag, int newflag)
prints("%s%-13s\033[m%s%5.5s\033[0;37m%2.2s\033[m"
"%-34.34s",
((ptr->myattr & BRD_FAV) &&
- !cuser.uflag2 & FAVNOHILIGHT)? "\033[1;36m" : "",
+ !(cuser.uflag2 & FAVNOHILIGHT))? "\033[1;36m" : "",
B_BH(ptr)->brdname,
color[(unsigned int)
(B_BH(ptr)->title[1] + B_BH(ptr)->title[2] +