Bug #1273
- #1273 Query with negative relative date differs greatly from absolute date in past (thanks to John West).
This commit is contained in:
@@ -463,7 +463,7 @@ void Command::modify_task (
|
||||
std::string& description)
|
||||
{
|
||||
// Utilize Task::modify
|
||||
task.modify(arguments, description);
|
||||
task.modify (arguments, description);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user