summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 90d96c08..255593ce 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1080,6 +1080,9 @@ a_menu(const char *maintitle, const char *path, int lastlevel, char *trans_buffe
else
a_copyitem(fname, me.header[me.now - me.page].title, 0, 1);
me.page = 9999;
+ /* move down */
+ if (++me.now >= me.num)
+ me.now = 0;
break;
}
case '\n':