- #1273 Query with negative relative date differs greatly from absolute date
  in past (thanks to John West).
This commit is contained in:
Paul Beckingham 2013-10-06 16:23:43 -04:00
parent 9099a353ea
commit c1492d8010
6 changed files with 16 additions and 3 deletions

View file

@ -463,7 +463,7 @@ void Command::modify_task (
std::string& description)
{
// Utilize Task::modify
task.modify(arguments, description);
task.modify (arguments, description);
}
////////////////////////////////////////////////////////////////////////////////