tcoram / bson-lua

BSON in pure Lua.
MIT License
41 stars 13 forks source link

Error on negative numbers conversion. #5

Open dptole opened 10 years ago

dptole commented 10 years ago

Is there some problem with negative numbers because it always return math.pow(2, 32) + N where N is the negative number. I'm not sure why this happens but I'll investigate a solution.