diff options
Diffstat (limited to 'src/LYBookmark.c')
-rw-r--r-- | src/LYBookmark.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYBookmark.c b/src/LYBookmark.c index eff9dc70..47531b13 100644 --- a/src/LYBookmark.c +++ b/src/LYBookmark.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYBookmark.c,v 1.80 2019/01/02 21:14:08 tom Exp $ + * $LynxId: LYBookmark.c,v 1.81 2022/04/02 00:12:18 Paul.G.Fox Exp $ */ #include <HTUtils.h> #include <HTAlert.h> @@ -712,7 +712,7 @@ int select_multi_bookmarks(void) * redraws of the screen, if LYMBMAdvnced is TRUE. '=' will still show the * screen and let them do it the "long" way. */ - if (LYMultiBookmarks == MBM_ADVANCED && user_mode == ADVANCED_MODE) { + if (LYMultiBookmarks == MBM_ADVANCED && (user_mode == ADVANCED_MODE)) { LYMBM_statusline(MULTIBOOKMARKS_SELECT); get_advanced_choice: c = LYgetch(); |