summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 9247aeaa..53c333bb 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1090,6 +1090,8 @@ choose_board(int newflag)
if (ch == 'i') {
move_in_current_folder(brdnum, num);
+ } else {
+ num = brdnum;
}
}
}