[PATCH 7/8] winedump: Use common binary dumper for typelib.

Jacek Caban jacek at codeweavers.com
Tue Jul 10 11:03:47 CDT 2018


On 07/10/2018 05:41 AM, Dmitry Timoshkov wrote:
> -static void dump_binary(int n)
> +static int tlb_isprint(unsigned char c)
>  {
> -    int i;
> +    return c >= 32;

It seems to me that adding something like c <= 128 would make the output
better. At lest it looks better in my testing.

Thanks,
Jacek



More information about the wine-devel mailing list