Task: Code cleanup
This commit is contained in:
@@ -1541,7 +1541,7 @@ void Task::validate (bool applyDefault /* = true */)
|
|||||||
i = 0;
|
i = 0;
|
||||||
ISO8601p p;
|
ISO8601p p;
|
||||||
if (! p.parse (value, i))
|
if (! p.parse (value, i))
|
||||||
throw std::string (format (STRING_TASK_VALID_RECUR, value));
|
throw format (STRING_TASK_VALID_RECUR, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user