mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::getDataLocation needs to scan all nodes. You'd think I'd learn this by now.
This commit is contained in:
parent
ae4a4e01bc
commit
c446786d46
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue