mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- ::getLimit now scans all nodes.
This commit is contained in:
parent
bc17bf7cbe
commit
711ababc76
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ const std::vector <std::string> Parser::getWords () const
|
|||
std::string Parser::getLimit () const
|
||||
{
|
||||
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