winhelp: Properly decode the keep bit in paragraph style.

This commit is contained in:
Eric Pouech 2008-04-24 22:06:22 +02:00 committed by Alexandre Julliard
parent 3299f1b869
commit 666bf7b892
1 changed files with 1 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd, BYTE
}
/* 0x1000 doesn't need space */
if ((bits & 0x1000) && !HLPFILE_RtfAddControl(rd, "\\keep")) goto done;
if ((bits & 0xE080) != 0)
WINE_FIXME("Unsupported bits %04x, potential trouble ahead\n", bits);