Task: Support setting 64-bit integer values
Thanks to Stephan Rieche.
This commit is contained in:
@@ -278,7 +278,7 @@ void Task::set (const std::string& name, const std::string& value)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Task::set (const std::string& name, int value)
|
||||
void Task::set (const std::string& name, long long value)
|
||||
{
|
||||
data[name] = format (value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user