summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index f33ba474..8298f158 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1285,7 +1285,7 @@ a_menu_rec(const char *maintitle, const char *path,
int n = a_multi_search_num(isascii(ch) && isdigit(ch) ? ch : '\0', sess);
me.page = A_INVALID_PAGE;
if (n > 0)
- me.now = n;
+ me.now = n-1;
else if (n < 0)
vmsg("¿é¤J¿ù»~¡C");
else if (sess->z_indexes[0])