Commit 2921ac50 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent 43af86cc
......@@ -460,7 +460,7 @@ VTIM_poll_tmo(vtim_dur tmo)
if (isnan(tmo))
return (-1);
return (vmax_t(int, 0, tmo * 1e3));
return (vmax_t(int, 0, ((int)(tmo * 1e3))));
}
#ifdef TEST_DRIVER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment