From f788131a8786a16da470d31f8e2f454d905dfc84 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 27 Apr 2004 02:10:38 +0000 Subject: bug fix of announce to suit new read git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1867 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/announce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/announce.c') 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; -- cgit v1.2.3