From d55cb801bcbef7b61b25906e12d056f0b40a52ba Mon Sep 17 00:00:00 2001 From: Jean-Christophe Cardot Date: Sun, 10 Apr 2016 22:06:09 +0200 Subject: [PATCH] winhlp32: Add a warning trace. Signed-off-by: Jean-Christophe Cardot Signed-off-by: Alexandre Julliard --- programs/winhlp32/hlpfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winhlp32/hlpfile.c b/programs/winhlp32/hlpfile.c index 4c898e95b20..b3106ffb450 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);