This commit is contained in:
Jan Weiß 2021-05-06 14:29:04 +02:00
parent ce88971789
commit 161945c3c1

View file

@ -202,7 +202,7 @@
if (isNegative && (timeInterval == 0.0)) { timeInterval = -0.0; }
*object = @(timeInterval);
}
else if(NULL != error) {
else if (NULL != error) {
*error = @"Couldn't convert value to seconds";
}