summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2012-06-11 12:50:50 +0000
committerroot <root>2012-06-11 12:50:50 +0000
commit730f5c8d44923ea902475c6d3fafa99446a205da (patch)
treee464155805acc6132d1236dc8fdba318ae435b04
parenta7c9d84a337120b40a32ded730697681a3b8a0dc (diff)
Steve Grubb <sgrubb@redhat.com>
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 52ee05c..317dd8e 100644
--- a/ev.c
+++ b/ev.c
@@ -2047,7 +2047,7 @@ ev_feed_signal_event (EV_P_ int signum) EV_THROW
{
WL w;
- if (expect_false (signum <= 0 || signum > EV_NSIG))
+ if (expect_false (signum <= 0 || signum >= EV_NSIG))
return;
--signum;