diff options
| author | root <root> | 2007-11-10 17:47:05 +0000 | 
|---|---|---|
| committer | root <root> | 2007-11-10 17:47:05 +0000 | 
| commit | bf7b6162766ceeaace65f5172e4ee303f14c3884 (patch) | |
| tree | d4fe491425c04f46cdd620c213b6407626531baf | |
| parent | 7b0376f11079bec4de73f2367644f92bd07318dc (diff) | |
*** empty log message ***
| -rw-r--r-- | ev_poll.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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)      {  | 
