kernel32: quiet a noisy err (2/3)

Vincent Povirk madewokherd+8cd9 at gmail.com
Fri Oct 17 10:28:16 CDT 2008


You're setting quieterr to 0 initially, and the if condition will only
be true if it is 1. The ERR will never be printed.

Also, I think you should move the test for quieterr into the for loop,
since all the loop does is print the ERR.

Vincent Povirk



On Thu, Oct 16, 2008 at 7:46 PM, Austin English <austinenglish at gmail.com> wrote:
> --
> -Austin
>
>
>
>



More information about the wine-devel mailing list