lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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