Fixed find_element
git-svn-id: http://pugixml.googlecode.com/svn/trunk@72 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
b0461a939a
commit
faf69388f0
@ -1723,7 +1723,7 @@ namespace pugi
|
|||||||
|
|
||||||
if (node.first_child())
|
if (node.first_child())
|
||||||
{
|
{
|
||||||
xml_node found = node.find_element(pred);
|
xml_node found = node.find_node(pred);
|
||||||
if (found) return found;
|
if (found) return found;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user