lua-users home
lua-l archive

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


>>>>> "balus" == balus  <balus@foxmail.com> writes:

 balus> Hello list:

 balus> While using luaL_Buffer, I find something weird: when I init a
 balus> luaL_Buffer, add a large string into it, and then remove the
 balus> bottom element of the stack,

You're explicitly not allowed to do that, see the warnings about usage
of the luaL_Buffer api.

-- 
Andrew.