Commit 0cde0c76 authored by Morris Jette's avatar Morris Jette
Browse files

Add typecast to a test

(1 << x) where "x" is a uint64_t would treat "1" as an int and
roll over at 32-bits. Typecasting "1" to uint64_t eliminates
that and supports a full 64-bit value.
parent 8cfe6c75
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment