mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Changed ::expandIntervalHint to operate on a range
This commit is contained in:
parent
98899acc4d
commit
13d73a0e6d
3 changed files with 8 additions and 8 deletions
|
@ -62,7 +62,8 @@ Interval getFilter (const CLI& cli)
|
|||
|
||||
if (arg.hasTag ("HINT"))
|
||||
{
|
||||
if (expandIntervalHint (canonical, start, end))
|
||||
Range dummy;
|
||||
if (expandIntervalHint (canonical, dummy))
|
||||
{
|
||||
args.push_back ("<date>");
|
||||
args.push_back ("-");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue