summaryrefslogtreecommitdiffstats
path: root/pattern.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-11 21:55:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-11 21:55:03 +0000
commit5e35fa13d5698331c38aeb66ea6e9191196a53b8 (patch)
treec4c57b6eb1b8a4d38bfff31e76f0493f35895d12 /pattern.c
parent969c70f319647eb6a5ec9d04b4df939f0da3a63e (diff)
another signal fix from liviu.
Diffstat (limited to 'pattern.c')
-rw-r--r--pattern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattern.c b/pattern.c
index 5556a485..e67d9a6f 100644
--- a/pattern.c
+++ b/pattern.c
@@ -1143,7 +1143,7 @@ int mutt_search_command (int cur, int op)
if (SigInt)
{
mutt_error _("Search interrupted.");
- SigInt;
+ SigInt = 0;
return (-1);
}