[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaL_checktype
- From: Roberto Ierusalimschy <rieru@...>
- Date: Mon, 22 Oct 2001 15:27:48 -0500 (CDT)
On Mon, 22 Oct 2001, Leiradella, Andre V Matos Da Cunha wrote:
> I then changed luaL_checktype to call lua_tag instead of lua_rawtag (file
> lauxlib.c line 64) and now everything works just fine.
>
> The question is: am I doing something wrong? Or it's a bug in luaL_checktype
> or in lua_rawtag?
It's a bug in luaL_checktype; it should use lua_tag.
-- Roberto