]> granicus.if.org Git - neomutt/commitdiff
another signal fix from liviu.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 21:55:03 +0000 (21:55 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 11 Feb 1999 21:55:03 +0000 (21:55 +0000)
pattern.c

index 5556a4851f217f41dc9d91aa348e191b87559b13..e67d9a6fdcd15552af30443808d3dbbb6f6031fc 100644 (file)
--- 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);
     }