mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Recurrence: Stubbed synthesizeTasks
This commit is contained in:
parent
0973bf0dda
commit
2810c70223
3 changed files with 10 additions and 12 deletions
|
@ -75,7 +75,7 @@ void handleRecurrence ()
|
|||
// Generate a list of due dates for this recurring task, regardless of
|
||||
// the mask.
|
||||
std::vector <Datetime> due;
|
||||
if (!generateDueDates (t, due))
|
||||
if (! generateDueDates (t, due))
|
||||
{
|
||||
// Determine the end date.
|
||||
t.setStatus (Task::deleted);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue