View | Details | Raw Unified | Return to bug 211182 | Differences between
and this patch

Collapse All | Expand All

(-)src/Task.cpp (-1 / +1 lines)
Lines 341-347 Link Here
341
    if (imminentperiod == 0)
341
    if (imminentperiod == 0)
342
      return dateAfterToday;
342
      return dateAfterToday;
343
343
344
    ISO8601d imminentDay = today + imminentperiod * 86400;
344
    ISO8601d imminentDay = today + imminentperiod * (time_t) 86400;
345
    if (reference < imminentDay)
345
    if (reference < imminentDay)
346
      return dateAfterToday;
346
      return dateAfterToday;
347
  }
347
  }

Return to bug 211182