Rounding minutes seems to be fixed ...
This commit is contained in:
@@ -151,7 +151,7 @@ std::string Calculator::GetDurationFromCost(Configuration* cfg,
|
||||
|
||||
while(true)
|
||||
{
|
||||
if(money_left <= 0) break;
|
||||
if((int)money_left <= 0) break;
|
||||
|
||||
// Check year period
|
||||
bool isYearPeriodActive = false;
|
||||
|
Reference in New Issue
Block a user