diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index d0d8e91e..2c00c811 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2667,7 +2667,7 @@ b_config(int ent, const fileheader_t * fhdr, const char *direct) outs(MSG_SEPERATOR); prints("\n�ثe %s �ݪO�]�w:\n", bp->brdname); prints(" ����ԭz: %s\n", bp->title); - prints(" �O�D�W��: %s\n", (bp->BM[0] <= ' ')? bp->BM : "(�L)"); + prints(" �O�D�W��: %s\n", (bp->BM[0] > ' ')? bp->BM : "(�L)"); prints( " " ANSI_COLOR(1;36) "h" ANSI_RESET " - ���}���A(�O�_����): %s " ANSI_RESET "\n", (bp->brdattr & BRD_HIDE) ? |