Thread
:
I need to fix this folks
View Single Post
#
9
03-04-2013, 03:59 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
The maximum value of a uint32 is 4,294,967,295. It's possible that is it being converted to a signed value somewhere along the way which would make anything over 2,147,483,647 become negative.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112