[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in Lua 5.2 documentation
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 18 Jan 2012 16:13:09 -0200
> In the section describing luaL_Buffer[1], the description of use when
> the size is known in advance says you finish with luaL_pushresult(),
> giving it a pointer to your buffer, and the final size. This function
> takes only one argument: I suspect it is meant to say you should use
> luaL_pushresultsize().
Sure. Thanks for the report.
-- Roberto