mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- Fixed ::findStrayModifications to identify the right node to upgrade.
This commit is contained in:
parent
a2a69e94fc
commit
c371af75b2
1 changed files with 1 additions and 1 deletions
|
@ -1637,7 +1637,7 @@ void Parser::findStrayModifications ()
|
|||
std::vector <Tree*>::iterator i;
|
||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||
{
|
||||
if ((*i)->hasTag ("FILTER"))
|
||||
if ((*i)->hasTag ("ATTRIBUTE"))
|
||||
{
|
||||
(*i)->unTag ("FILTER");
|
||||
(*i)->tag ("MODIFICATION");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue