summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-30 11:00:10 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-30 11:00:10 +0800
commit0bfcea8a5676396d273839a4a00f937497ca8d8d (patch)
tree3ec1198abefd06a74b785331fc56f37dabeb1f4b /mbbsd/board.c
parent7cd9d8c0160458163e6ab24308168c9b74df0836 (diff)
downloadpttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar.gz
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar.bz2
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar.lz
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar.xz
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.tar.zst
pttbbs-0bfcea8a5676396d273839a4a00f937497ca8d8d.zip
tag fav line
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@748 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 84ab7e54..04edce42 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.113 2003/03/28 15:14:26 victor Exp $ */
+/* $Id: board.c,v 1.114 2003/03/30 03:00:10 victor Exp $ */
#include "bbs.h"
#define BRC_STRLEN 15 /* Length of board name */
#define BRC_MAXSIZE 24576
@@ -908,7 +908,7 @@ show_brdlist(int head, int clsflag, int newflag)
if (head < brdnum) {
ptr = &nbrd[head++];
if(ptr->myattr & BRD_LINE){
- prints("%5d ------------ ------------------------------------------", head);
+ prints("%5d %c ------------ ------------------------------------------", head, ptr->myattr & BRD_TAG ? 'D' : ' ');
continue;
}
if (class_bid == 1)