[PATCH] winedump: Improve typelib header dumping

Jacek Caban jacek at codeweavers.com
Fri Mar 14 09:04:33 CDT 2014


Hi Nikolay,

On 03/14/14 14:48, Nikolay Sivov wrote:
> +            if (flags & 1)
> +                printf("%s%c", libflags[i++], flags & ~1 ? '|' : 0);
> +            flags >>= 1;

i should be increased on each iteration, not only when the flag is found.

Cheers,
Jacek



More information about the wine-devel mailing list