X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/f0d2fe1a1309889f165d0924a77cca204395737b..5c3ede49c8917743e66fb4aee2fdc33a6843c5d2:/ev.c?ds=inline diff --git a/ev.c b/ev.c index c8421b5..2c34141 100644 --- a/ev.c +++ b/ev.c @@ -772,7 +772,7 @@ loop_init (EV_P_ unsigned int flags) now_floor = mn_now; rtmn_diff = ev_rt_now - mn_now; - if (!(flags & EVMETHOD_NOENV) && !enable_secure () && getenv ("LIBEV_FLAGS")) + if (!(flags & EVFLAG_NOENV) && !enable_secure () && getenv ("LIBEV_FLAGS")) flags = atoi (getenv ("LIBEV_FLAGS")); if (!(flags & 0x0000ffff))