Parser
- ::getDataLocation needs to scan all nodes. You'd think I'd learn this by now.
This commit is contained in:
@@ -537,7 +537,7 @@ void Parser::getDataLocation (Path& data)
|
||||
data = location;
|
||||
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes);
|
||||
collect (nodes, collectAll);
|
||||
std::vector <Tree*>::iterator i;
|
||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user