[v2 3/6] winhlp32: add a WINE_WARN call

Jean-Christophe Cardot wine at cardot.net
Sun Apr 10 15:06:09 CDT 2016


Patch 3: add a WINE_WARN call in jump topic 0xE2 to 0xE7 (similar to
what exists for jump topic 0xE0 & 0xE1)

Signed-off-by: Jean-Christophe Cardot <wine at cardot.net>
---
 programs/winhlp32/hlpfile.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winhlp32/hlpfile.c b/programs/winhlp32/hlpfile.c
index 4c898e9..b3106ff 100644
--- a/programs/winhlp32/hlpfile.c
+++ b/programs/winhlp32/hlpfile.c
@@ -1620,6 +1620,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd,
 	    case 0xE3:
             case 0xE6:
             case 0xE7:
+                WINE_WARN("jump topic 1 => %u\n", GET_UINT(format, 1));
                 HLPFILE_AllocLink(rd, (*format & 1) ? hlp_link_link : hlp_link_popup,
                                   page->file->lpszPath, -1, GET_UINT(format, 1),
                                   !(*format & 4), FALSE, -1);
-- 
2.7.4




More information about the wine-patches mailing list