helper: Changed ::expandIntervalHint to operate on a range

This commit is contained in:
Paul Beckingham 2016-05-28 14:34:18 -04:00
parent 98899acc4d
commit 13d73a0e6d
3 changed files with 8 additions and 8 deletions

View file

@ -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 ("-");