Fix width of integer literal in Scale definition (#52)
Previously the literal was of type `unsigned long long`. This uses a macro from the fixed-width literal API to give the literal a type of `uintmax_t`.pull/53/head
parent
529692d81c
commit
4d3f82c3ca
Loading…
Reference in new issue