summaryrefslogtreecommitdiff
path: root/src/core/core-signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core-signal.c')
-rw-r--r--src/core/core-signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core-signal.c b/src/core/core-signal.c
index 3f28fe8e8..dbc48d926 100644
--- a/src/core/core-signal.c
+++ b/src/core/core-signal.c
@@ -228,7 +228,7 @@ signal_exec_command (int signal_index, const char *command)
if (signal_upper)
free (signal_upper);
(void) input_data (gui_buffer_search_main (),
- command_eval, NULL, 0);
+ command_eval, NULL, 0, 0);
free (command_eval);
}
}