Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Povirk 89ca96d06c hhctrl.ocx: Don't skip a tag in next_node.
At the time this function is called, we're already past the '<' that begins
the current tag. Calling find_end_node twice here means we were skipping
every other tag.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-25 20:04:52 +01:00
Erich E. Hoover 74c5e38b7c hhctrl.ocx: Fix an off by one mistake in searching for the node endpoint. 2014-05-07 18:57:31 +02:00
Marcus Meissner 0d00e16327 hhctrl.ocx: Free the correct buffer (Coverity). 2014-03-10 10:41:24 +01:00
Erich E. Hoover ee484b3140 hhctrl.ocx: Permit HTML start/end tags within quoted attributes. 2014-02-27 09:26:07 -06:00
Francois Gouget 836ea0d898 hhctrl.ocx: Make strbuf_{append,chr}() static. 2010-08-31 14:23:47 +02:00
Erich Hoover cff5f60d3e hhctrl.ocx: Add Search capability. 2010-02-08 17:14:44 +01:00
Erich Hoover 5912b0c92f hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab. 2010-01-28 11:58:11 +01:00