Recurrence: Stubbed synthesizeTasks

This commit is contained in:
Paul Beckingham 2017-04-01 14:25:56 -04:00
parent 0973bf0dda
commit 2810c70223
3 changed files with 10 additions and 12 deletions

View file

@ -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);