summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-30 12:14:27 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-30 12:14:27 +0800
commit29637c9f8079b3b1635b8f00b1217fa7e9fd1518 (patch)
treede4a151eb0f201610ab6905e854ff9750330a00c /mbbsd/board.c
parent0c75ac4ac47d1f3efb0f1443256f79bf69b89838 (diff)
downloadpttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar.gz
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar.bz2
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar.lz
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar.xz
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.tar.zst
pttbbs-29637c9f8079b3b1635b8f00b1217fa7e9fd1518.zip
also show the tag D to unknown board
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2876 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 45f4e7e8..1714218c 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -547,7 +547,8 @@ show_brdlist(int head, int clsflag, int newflag)
outs(" ");
else {
if (!GROUPOP() && !HasBoardPerm(B_BH(ptr))) {
- prints("%5d Unknown?? 隱板 ?這個板是隱板", head);
+ prints("%5d %c Unknown?? 隱板 ?這個板是隱板",
+ head, ptr->myattr & NBRD_TAG ? 'D' : ' ');
continue;
}
}