winhlp32: Add a warning trace.
Signed-off-by: Jean-Christophe Cardot <wine@cardot.net> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ae56f3d093
commit
d55cb801bc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue