[PATCH 1/3] user32/tests: Sleep enough time to make sure all input message have been processed.

Qian Hong qhong at codeweavers.com
Fri Jul 12 06:14:38 CDT 2013


On Fri, Jul 12, 2013 at 7:11 PM, Qian Hong <qhong at codeweavers.com> wrote:
> do {
>     sleeping;
> } while (sent_msg match received_msg or slept too long)

typo, should be:

while (sent_msg does not match received_msg && haven't sleep too long)

--
Regards,
Qian Hong

-
http://www.codeweavers.com



More information about the wine-devel mailing list