updated for version 7.1-236
diff --git a/src/gui.c b/src/gui.c
index dd69e8d..4bae501 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -5052,7 +5052,7 @@
 	/* Search for the next match. */
 	i = msg_scroll;
 	do_search(NULL, down ? '/' : '?', ga.ga_data, 1L,
-						    SEARCH_MSG + SEARCH_MARK);
+					      SEARCH_MSG + SEARCH_MARK, NULL);
 	msg_scroll = i;	    /* don't let an error message set msg_scroll */
     }