*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-11-10 17:47:05 +00:00
parent 76c8467ba3
commit 39929d7865
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static void
poll_poll (EV_P_ ev_tstamp timeout)
{
int i;
int res = poll (polls, pollcnt, ceil (timeout * 1000.));
int res = poll (polls, pollcnt, (int)ceil (timeout * 1000.));
if (res < 0)
{