diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-27 23:14:33 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-27 23:14:33 +0800 |
commit | 0c8ef6458e975813040574071256be74ffc524ef (patch) | |
tree | 0b1ca2da22890bedb7547791ce3e79bdc78523c0 | |
parent | 06c82578562754afc7ecca632ef0c9ab7c22cad6 (diff) | |
download | pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar.gz pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar.bz2 pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar.lz pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar.xz pttbbs-0c8ef6458e975813040574071256be74ffc524ef.tar.zst pttbbs-0c8ef6458e975813040574071256be74ffc524ef.zip |
let un-fav board change color
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@734 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index 95606b73..fb598591 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.107 2003/03/27 15:07:23 victor Exp $ */ +/* $Id: board.c,v 1.108 2003/03/27 15:14:33 victor Exp $ */ #include "bbs.h" #define BRC_STRLEN 15 /* Length of board name */ #define BRC_MAXSIZE 24576 @@ -1255,6 +1255,7 @@ choose_board(int newflag) } else{ setfav(nbrd[num].bid, BRD_FAV, 2, 0); + nbrd[num].myattr ^= BRD_FAV; } favchange = 1; head = 9999; |