[PATCH 3/8] winedump: Stop prepending every line of information with an offset.

Dmitry Timoshkov dmitry at baikal.ru
Mon Jul 9 22:41:30 CDT 2018


This patch makes typelib output consistent with other dumpers.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 tools/winedump/tlb.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/winedump/tlb.c b/tools/winedump/tlb.c
index e30761540b..0d8f059c03 100644
--- a/tools/winedump/tlb.c
+++ b/tools/winedump/tlb.c
@@ -173,9 +173,6 @@ static int tlb_read_byte(void)
 static void print_offset(void)
 {
     int i;
-
-    printf("%04x:   ", offset);
-
     for(i=0; i<indent; i++)
         printf("    ");
 }
-- 
2.17.1




More information about the wine-devel mailing list