summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 30fe76f3..4d44ff15 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -920,12 +920,12 @@ a_menu(char *maintitle, char *path, int lastlevel)
return FULLUPDATE;
}
}
- if (more_result == 1) {
+ if (more_result == READ_PREV) {
if (--me.now < 0) {
me.now = 0;
break;
}
- } else if (more_result == 3) {
+ } else if (more_result == READ_NEXT) {
if (++me.now >= me.num) {
me.now = me.num - 1;
break;