Skip to content

fix DoubleWord->getUInt32 return type problem on 32bit arch

Compare
Choose a tag to compare
@aldas aldas released this 09 Jan 19:38
· 80 commits to master since this release
d3ba15b

On 32bit arch DoubleWord->getUInt32 may not work as there are cases then we return float instead of usual int from that method. fixes #16