X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/4f1dc6c0e6bd6e6e6edab0e55fc6b96824a12f38..7633bcdce9c376b70aca8166696f360a4e5bbddc:/ev.c?ds=inline diff --git a/ev.c b/ev.c index 299ba00..cad6350 100644 --- a/ev.c +++ b/ev.c @@ -1463,7 +1463,7 @@ void ev_prepare_stop (EV_P_ struct ev_prepare *w) { ev_clear_pending (EV_A_ (W)w); - if (ev_is_active (w)) + if (!ev_is_active (w)) return; prepares [((W)w)->active - 1] = prepares [--preparecnt];