summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 25310aafd..ff81d0b74 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -5361,7 +5361,7 @@ gui_do_findrepl(
searchflags += SEARCH_START;
i = msg_scroll;
(void)do_search(NULL, down ? '/' : '?', ga.ga_data, 1L,
- searchflags, NULL);
+ searchflags, NULL, NULL);
msg_scroll = i; /* don't let an error message set msg_scroll */
}