[PATCH] winedump: Add support for SLTG typelibs.

Jacek Caban jacek at codeweavers.com
Mon Jul 9 07:18:52 CDT 2018


Hi Dmitry,

On 07/09/2018 08:26 AM, Dmitry Timoshkov wrote:
> @@ -173,9 +181,6 @@ static int tlb_read_byte(void)
>  static void print_offset(void)
>  {
>      int i;
> -
> -    printf("%04x:   ", offset);
> -
>      for(i=0; i<indent; i++)
>          printf("    ");
>  }


Why are you dropping printing offset? For this and other helper function
changes, it would be nice to have separated patches.


Thanks,

Jacek




More information about the wine-devel mailing list