Merge branch 'v0.16.x'
Conflicts: NEWS configure.ac
This commit is contained in:
@@ -81,7 +81,7 @@ timer_delay(const struct timer *timer)
|
||||
if (delay > G_MAXINT)
|
||||
delay = G_MAXINT;
|
||||
|
||||
return delay / 1000;
|
||||
return delay;
|
||||
}
|
||||
|
||||
void timer_sync(struct timer *timer)
|
||||
|
||||
Reference in New Issue
Block a user