mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Filter: Fix copy-paste error in pendingOnly
This commit is contained in:
parent
c7fd6b798b
commit
5e87be4641
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ bool Filter::pendingOnly () const
|
|||
if (a._lextype == Lexer::Type::op && raw == "not") ++countNot;
|
||||
if (a._lextype == Lexer::Type::dom && canonical == "status") ++countStatus;
|
||||
if ( raw == "pending") ++countPending;
|
||||
if ( raw == "waiting") ++countPending;
|
||||
if ( raw == "recurring") ++countPending;
|
||||
if ( raw == "waiting") ++countWaiting;
|
||||
if ( raw == "recurring") ++countRecurring;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue