mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 14:57:20 +02:00
Parser
- Modified ::findTerminator to look at all nodes.
This commit is contained in:
parent
fbf8550274
commit
4ef7d9c7fb
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ void Parser::findTerminator ()
|
|||
bool action = 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