diff options
author | root <root> | 2007-11-11 04:04:23 +0000 |
---|---|---|
committer | root <root> | 2007-11-11 04:04:23 +0000 |
commit | 5687a11e0b63f15859822408f2c77fa18bc4fe53 (patch) | |
tree | d8fc9f7958cdbc439bca6ef7cb2c634681310362 | |
parent | 7633bcdce9c376b70aca8166696f360a4e5bbddc (diff) |
cna you say fuck?
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1441,7 +1441,7 @@ void ev_idle_stop (EV_P_ struct ev_idle *w) { ev_clear_pending (EV_A_ (W)w); - if (ev_is_active (w)) + if (!ev_is_active (w)) return; idles [((W)w)->active - 1] = idles [--idlecnt]; |