Hi,

René Berber wrote:
>       wait_timeout = timeout->tv_sec + timeout->tv_usec / 1000;
> 
> --- last line should be:
> 
>       wait_timeout = timeout->tv_sec * 1000 + timeout->tv_usec / 1000;

Thanks! Your patch is obviously correct. I've committed it in your name.

Bruno

Reply via email to