lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I also just caught strtod and changed to:
#define lua_str2number(s,p)	strtold((s), (p))

But again, no effect on the crash.

Thanks,
Eric