fix unix build error

This commit is contained in:
Dario 2020-11-28 13:35:22 +01:00 committed by Ulf Gebhardt
parent 9fa962b28f
commit b120076f08
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -41,7 +41,7 @@ namespace controller {
}
Poco::UInt64 numbers[3];
for (int i = 0; i < 3; i++) {
Poco::UInt64 temp_number;
unsigned long long temp_number;
if (DataTypeConverter::NUMBER_PARSE_OKAY != DataTypeConverter::strToInt(number_strings[i], temp_number)) {
return nullptr;
}