[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is terminating null required for Lua strings?
- From: Peter Cawley <lua@...>
- Date: Mon, 16 Feb 2009 12:53:30 +0000
On Mon, Feb 16, 2009 at 12:50 PM, Juris Kalnins <juris@mt.lv> wrote:
> I grepped for strlen and printf and looks like there indeed is some
> non-trivial code that expects lua_tolstring to return proper C strings,
> like in the str_format function. Will try to figure it out.
>
See also scanformat, and there may be more.