jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tonumber no longer works with 2 args

justincormack opened this issue · comments

you override tonumber but it no longer works in the case where there is a second argument... eg tonumber('100', 8) returns 100 not 64 after including ffi.