[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Crash in luaL_loadfile in 64-bit x86_64
- From: "E. Wing" <ewmailing@...>
- Date: Fri, 16 Oct 2009 14:35:24 -0700
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