summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c2
-rw-r--r--mbbsd/mbbsd.c2
2 files changed, 2 insertions, 2 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 " :
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index fe8ad16c..8cef890c 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -461,7 +461,7 @@ multi_user_check()
log_usies("KICK ", cuser.username);
} else {
if (search_ulistn(usernum, 3) != NULL)
- abort_bbs(); /* Goodbye(); */
+ abort_bbs(0); /* Goodbye(); */
}
} else {
/* allow multiple guest user */