summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index dd7dba76..0c813609 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -470,7 +470,7 @@ show_brdlist(int head, int clsflag, int newflag)
if (class_bid == 1)
outs(" ");
if (!newflag) {
- outs("%5d%c%s", head,
+ prints("%5d%c%s", head,
!(B_BH(ptr)->brdattr & BRD_HIDE) ? ' ' :
(B_BH(ptr)->brdattr & BRD_POSTMASK) ? ')' : '-',
(ptr->myattr & NBRD_TAG) ? "D " :