hhctrl.ocx: Fix (re)allocating string blocks.

Erich Hoover ehoover at mines.edu
Thu Jan 28 18:02:07 CST 2010


Real Name:
    Erich Hoover
Description:
    The HTML Help widget stores help strings in a 12-bit block,
allowing storage of up to 4096 strings in each block.  Currently, when
storing greater than 4096 strings the strings_size (the number of
blocks) is stored as four times the correct size.  This issue later
results in an additional block not being allocated to make room for
more strings, since Wine believes that four times as many blocks are
allocated.  The attached patch corrects this issue.
Changelog:
    hhctrl.ocx: Fix (re)allocating string blocks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-hhctrl.ocx-Fix-re-allocating-string-blocks.patch
Type: text/x-patch
Size: 1095 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100128/7c4edba6/attachment.bin>


More information about the wine-patches mailing list