diff --git a/SleepLib/profiles.cpp b/SleepLib/profiles.cpp index e837529a..5650e3d1 100644 --- a/SleepLib/profiles.cpp +++ b/SleepLib/profiles.cpp @@ -561,7 +561,7 @@ int Profile::countDays(MachineType mt, QDate start, QDate end) if ((mt==MT_UNKNOWN) || (day->machine->GetType()==mt)) days++; } date=date.addDays(1); - } while (date