From 20653e638c5cfb115bb9cbd684c18cc00ce9fd79 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 4 Jan 2004 12:39:05 +0000 Subject: subop perm missing git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1459 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/board.c b/mbbsd/board.c index 94a268d6..c37635ba 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -798,7 +798,7 @@ show_brdlist(int head, int clsflag, int newflag) unread[ptr->myattr & BRD_UNREAD ? 1 : 0]); } if (class_bid != 1) { - if (Ben_Perm(B_BH(ptr)) != 1) { + if (!(currmode & MODE_MENU) && Ben_Perm(B_BH(ptr)) != 1) { prints("Unknown?? ÁôªO ¡H³o­ÓªO¬OÁôªO"); } else { -- cgit v1.2.3