*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2010-10-15 22:14:05 +00:00
parent b383b1c054
commit bf9c8620f4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ port_poll (EV_P_ ev_tstamp timeout)
EV_RELEASE_CB;
ts.tv_sec = (time_t)timeout;
ts.tv_nsec = (long)(timeout - (ev_tstamp)ts.tv_sec) * 1e9;
ts.tv_nsec = ((long)(timeout - (ev_tstamp)ts.tv_sec) * 1e9);
res = port_getn (backend_fd, port_events, port_eventmax, &nget, &ts);
EV_ACQUIRE_CB;