Task: Code cleanup

This commit is contained in:
Paul Beckingham 2015-08-09 10:20:49 -04:00
parent 4529bcf24a
commit 3e7c9157a1

View file

@ -1541,7 +1541,7 @@ void Task::validate (bool applyDefault /* = true */)
i = 0;
ISO8601p p;
if (! p.parse (value, i))
throw std::string (format (STRING_TASK_VALID_RECUR, value));
throw format (STRING_TASK_VALID_RECUR, value);
}
}
}