-
Max Kellermann authored
The compile-time calculation for `factor` overflows because `1<<31` cannot be represented by `int`. By casting to `uintmax_t` first, we can avoid this overflow. Closes #380
cc5fab28
To find the state of this project's repository at the time of any of these versions, check out
the tags.