Two gigaseconds #147

Merged
JanX2 merged 30 commits from two-gigaseconds into master 2021-05-06 22:50:26 -04:00
Showing only changes of commit 161945c3c1 - Show all commits

View file

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