Jean-Christophe Cardot : winhlp32: Add a warning trace.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 12 10:20:47 CDT 2016


Module: wine
Branch: master
Commit: d55cb801bcbef7b61b25906e12d056f0b40a52ba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d55cb801bcbef7b61b25906e12d056f0b40a52ba

Author: Jean-Christophe Cardot <wine at cardot.net>
Date:   Sun Apr 10 22:06:09 2016 +0200

winhlp32: Add a warning trace.

Signed-off-by: Jean-Christophe Cardot <wine at cardot.net>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list