mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
validate: Renamed validateInterval to vaildate, and integrated
This commit is contained in:
parent
123655079c
commit
f66127f473
17 changed files with 135 additions and 48 deletions
|
@ -69,7 +69,7 @@ int CmdLengthen (
|
|||
Duration dur (delta);
|
||||
i.range.end += dur.toTime_t ();
|
||||
|
||||
validateInterval (database, rules, i);
|
||||
validate (cli, rules, database, i);
|
||||
database.modifyInterval (tracked[tracked.size () - id], i);
|
||||
|
||||
// Feedback.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue