Re: Typo in 5.2 manual
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Typo in 5.2 manual
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年3月22日 19:21:07 -0300
> Apologies for the noise if it was already reported:
>
> [...]
>
> <li>
> -Finish by calling <code>luaL_pushresult(&b, sz)</code>,
> +Finish by calling <code>luaL_pushresultsize(&b, sz)</code>,
> where <code>sz</code> is the total size of the resulting string
> copied into that space.
> </li>
It was already reported, but thanks anyway.
-- Roberto