mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
helper: Propagated database to intervalSummarize
This commit is contained in:
parent
8870ba6bd0
commit
614619c11f
7 changed files with 12 additions and 9 deletions
|
@ -47,7 +47,7 @@ int CmdTrack (
|
|||
database.addInterval (interval);
|
||||
|
||||
if (rules.getBoolean ("verbose"))
|
||||
std::cout << intervalSummarize (rules, filter);
|
||||
std::cout << intervalSummarize (database, rules, filter);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue