mirror of
https://github.com/sigmasternchen/libsfuid
synced 2025-03-16 00:19:07 +00:00
changed max marco
This commit is contained in:
parent
8e0c5af695
commit
b1dc633157
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -189,7 +189,7 @@ settings_t getSettings() {
|
||||||
* so instead of using an underflow we'll
|
* so instead of using an underflow we'll
|
||||||
* make this one explicit.
|
* make this one explicit.
|
||||||
*/
|
*/
|
||||||
maxValue = ULLONG_MAX;
|
maxValue = UINT64_MAX;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
maxValue = 1ll << maxBits;
|
maxValue = 1ll << maxBits;
|
||||||
|
|
Loading…
Reference in a new issue