bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in select() under Mingw32


From: Bruno Haible
Subject: Re: Bug in select() under Mingw32
Date: Tue, 15 Jun 2010 10:31:01 +0200
User-agent: KMail/1.9.9

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

[Prev in Thread] Current Thread [Next in Thread]