mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Revert "[clang-tidy] Convert 0/1 to false/true"
This reverts commit 54e40008c9
.
This commit is contained in:
parent
0b828be4aa
commit
444e5955ac
2 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@ static std::vector <Datetime> generateAllDueDates (const Task& templateTask)
|
|||
int recurrence_counter = 0;
|
||||
Datetime now;
|
||||
|
||||
while (true)
|
||||
while (1)
|
||||
{
|
||||
Datetime nextDue = generateNextDueDate (due, recur, lastN);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue