mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task: Code cleanup
This commit is contained in:
parent
4529bcf24a
commit
3e7c9157a1
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ void Task::validate (bool applyDefault /* = true */)
|
|||
i = 0;
|
||||
ISO8601p p;
|
||||
if (! p.parse (value, i))
|
||||
throw std::string (format (STRING_TASK_VALID_RECUR, value));
|
||||
throw format (STRING_TASK_VALID_RECUR, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue