Bug Fix - annual recurrence due-date creep

- Fixed bug where annual recurring tasks exhibit due-date creep
  (thanks to T. Charles Yun).
This commit is contained in:
Paul Beckingham
2009-04-12 00:05:21 -04:00
parent 1cbec205f1
commit daea320564
6 changed files with 100 additions and 0 deletions

View File

@@ -691,6 +691,7 @@ int T::determineVersion (const std::string& line)
bool T::validate () const
{
// TODO Verify until > due
// TODO Verify entry < until, due, start, end
return true;
}