summaryrefslogtreecommitdiffstats
path: root/pattern.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-11 19:55:30 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-11 19:55:30 +0000
commit4ed9d6a028a022c4574090f0a3e986f1bf4930b6 (patch)
tree29fb397b714798a1b4c657b38f9e16b2199a933c /pattern.c
parentc11e9101fc920c907693e3dab00bc9cb43f471a0 (diff)
patch.mutt-0.95.1i.ld.signals.1-2.gz
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);
}