Module: wine Branch: stable Commit: 5803a62f195036960f393eddb41bbe545bad78b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5803a62f195036960f393eddb4...
Author: Jean-Christophe Cardot wine@cardot.net Date: Sun Apr 10 22:06:09 2016 +0200
winhlp32: Add a warning trace.
Signed-off-by: Jean-Christophe Cardot wine@cardot.net Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit d55cb801bcbef7b61b25906e12d056f0b40a52ba) Signed-off-by: Michael Stefaniuc mstefani@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 6a00235..b2e69e3 100644 --- a/programs/winhlp32/hlpfile.c +++ b/programs/winhlp32/hlpfile.c @@ -1632,6 +1632,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);