mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Correction
- Committed too many chunks in the last modification.
This commit is contained in:
parent
79a4f666aa
commit
0a5e380bbf
4 changed files with 18 additions and 7 deletions
|
@ -647,7 +647,7 @@ void Task::validate () const
|
|||
if (has ("wait"))
|
||||
{
|
||||
Date wait (::atoi (get ("wait").c_str ()));
|
||||
if (wait > due)
|
||||
if (wait < due)
|
||||
throw std::string ("A 'wait' date must be after a 'due' date.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue