Skip to content

fix issue on Android 4

François Perrad requested to merge MeetLima:pr-float-hex into master

Created by: catwell

On Android 4 devices I get:

malformed number near '0xFFFFFFFF.0'

For some reason it looks like it cannot parse floating point hexadecimal numbers. This commit uses the decimal form like the non-Lua 5.3 file.

Merge request reports