Kaydet (Commit) 68111c6b authored tarafından Jan Holesovsky's avatar Jan Holesovsky

tdf#96042: Oops, fix a typo.

This fixes a regression from commit 4c4999d9.

Change-Id: Ie8496392f4811cc1ff146d7a5c43988da0d539c2
üst 0c3d0311
......@@ -334,7 +334,7 @@ void myparser::traverse( xmlNodePtr parentNode )
std::string hid;
if (branch.compare(0, 3, "hid") != 0)
if (branch.compare(0, 3, "hid") == 0)
{
size_t index = branch.find('/');
if (index != std::string::npos)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment