hhctrl.ocx: Don't skip a tag in next_node.
commit89ca96d06cf7ef063664a36069000341dfdc39c8
authorVincent Povirk <vincent@codeweavers.com>
Wed, 25 Jan 2017 17:23:02 +0000 (25 11:23 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 25 Jan 2017 19:04:52 +0000 (25 20:04 +0100)
tree48c35f1d73798df9163df2171679aa37c7d60235
parenta16344ca1936254b021d82c4dfe6e2f6657010d4
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>
dlls/hhctrl.ocx/stream.c