From 29637c9f8079b3b1635b8f00b1217fa7e9fd1518 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 30 Jun 2005 04:14:27 +0000 Subject: also show the tag D to unknown board git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2876 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- cgit v1.2.3