changed max marco

This commit is contained in:
overflowerror 2019-01-21 15:38:56 +01:00
parent 8e0c5af695
commit b1dc633157

2
main.c
View file

@ -189,7 +189,7 @@ settings_t getSettings() {
* so instead of using an underflow we'll
* make this one explicit.
*/
maxValue = ULLONG_MAX;
maxValue = UINT64_MAX;
} else {
maxValue = 1ll << maxBits;