diff --git a/src/recur.cpp b/src/recur.cpp index d744f3d58..fc1adad6a 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -393,7 +393,7 @@ int getDueState (const std::string& due) Date rightNow; Date thisDay (rightNow.month (), rightNow.day (), rightNow.year ()); - if (dt < thisDay) + if (dt < rightNow) return 3; if (dt == thisDay)