[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string format help
- From: Daurnimator <quae@...>
- Date: Wed, 17 Jun 2015 09:40:38 +1000
On 17 June 2015 at 08:41, James Chang <jcchang92@gmail.com> wrote:
> $(@D)/src/lua: strings.lua:231: malformed number near '0x1fffff.0'
> stack traceback:
> [C]: in function 'dofile'
> all.lua:153: in main chunk
> [C]: in ?
>
> Is the malformed number here supposed to fail, or am I missing something?
Sounds like your libc's `strtod` routine doesn't handle hex floating
point numbers.
What arch + distro are you using?