lua-users home
lua-l archive

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


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