[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 string formatting check fails when using integers
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 13 Apr 2012 16:11:47 -0300
> How about
>
> luaL_argcheck(L, 0 <= n && n <= (unsigned LUA_INTFRM_T)(MAX_UINTFRM), arg,
Did you test it?
-- Roberto