From 1e5704b50a7d4be558050116622685a63b78ce5a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Dec 2007 04:08:54 +0000 Subject: the assert triggered, no explanation forthcoming, this might help --- ev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.c b/ev.c index 654821b..7c278f3 100644 --- a/ev.c +++ b/ev.c @@ -1239,7 +1239,7 @@ periodics_reify (EV_P) } else if (w->interval) { - ((WT)w)->at = w->offset + floor ((ev_rt_now - w->offset) / w->interval + 1.) * w->interval; + ((WT)w)->at = w->offset + (floor ((ev_rt_now - w->offset) / w->interval) + 1.) * w->interval; assert (("ev_periodic timeout in the past detected while processing timers, negative interval?", ((WT)w)->at > ev_rt_now)); downheap ((WT *)periodics, periodiccnt, 0); } -- cgit v1.2.3