Closed cwecht closed 1 year ago
TimeBase::fromSec(double) casts a double value to an int64_t value. If the double value is exceeds the int64_t range this is undefined behaviour (for reference).
TimeBase::fromSec(double)
double
int64_t
@cwecht Please consider to contribute a pull request for this.
Fixed by #132.
TimeBase::fromSec(double)
casts adouble
value to anint64_t
value. If the double value is exceeds theint64_t
range this is undefined behaviour (for reference).