summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/angel.c1
-rw-r--r--mbbsd/board.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/angel.c b/mbbsd/angel.c
index 240e51a2..a18aa276 100644
--- a/mbbsd/angel.c
+++ b/mbbsd/angel.c
@@ -288,7 +288,6 @@ GotoNewHand(){
// usually crashed as 'assert(currbid == brc_currbid)'
if (currboard[0]) {
strlcpy(old_board, currboard, IDLEN + 1);
- currboard = ""; // force enter_board
}
if (enter_board(BN_NEWBIE) == 0)
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 7550f709..618711ce 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1713,6 +1713,7 @@ choose_board(int newflag)
head = tmp - t_lines / 2;
getkeep(buf, head > 1 ? head : 1, tmp + 1);
}
+ enter_board(B_BH(ptr)->brdname);
Read();
check_newpost(ptr);
head = -1;