mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findFilter must scan all nodes.
This commit is contained in:
parent
6920b022b2
commit
075eb4ca74
1 changed files with 1 additions and 1 deletions
|
@ -1520,7 +1520,7 @@ void Parser::findFilter ()
|
|||
bool after_readcmd = false;
|
||||
|
||||
std::vector <Tree*> nodes;
|
||||
collect (nodes, false);
|
||||
collect (nodes, true);
|
||||
std::vector <Tree*>::iterator i;
|
||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue