From 03e0069cee2fc75610233e98614ede8b10290064 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Thu, 13 Nov 2008 15:55:38 +0000 Subject: [PATCH] *** empty log message *** --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ev.pod b/ev.pod index 0d0ce3e..a892694 100644 --- a/ev.pod +++ b/ev.pod @@ -1421,7 +1421,7 @@ within the callback: // callback was invoked, but there was some activity, re-arm // the watcher to fire in last_activity + 60, which is // guaranteed to be in the future, so "again" is positive: - w->again = timeout - now; + w->repeat = timeout - now; ev_timer_again (EV_A_ w); } }