summaryrefslogtreecommitdiffstats
path: root/pattern.c
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.c')
-rw-r--r--pattern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pattern.c b/pattern.c
index 0103f557..5556a485 100644
--- a/pattern.c
+++ b/pattern.c
@@ -1140,10 +1140,10 @@ int mutt_search_command (int cur, int op)
return i;
}
- if (Signals & S_INTERRUPT)
+ if (SigInt)
{
mutt_error _("Search interrupted.");
- Signals &= ~S_INTERRUPT;
+ SigInt;
return (-1);
}