Re: [ANN] Lua 5.3.0 (alpha) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (alpha) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 1 Aug 2014 12:02:17 -0300
> In lobject.c : function luaO_pushvfstring , the comment says "
> conventional formats, plus Lua-specific '%L' and '%U' " ,
> but I haven't seen case 'L' .
It should be '%I'. Thanks for the feedback.
-- Roberto