From dd1221582bc7c0c2ec508b5bad4086f8801b61a8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 10 Jan 2006 10:50:00 -0200 Subject: details --- ltm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 04773840..3b4715dd 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 2.6 2005/05/20 15:53:42 roberto Exp roberto $ +** $Id: ltm.c,v 2.7 2005/12/22 16:19:56 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -70,6 +70,6 @@ const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { default: mt = G(L)->mt[ttype(o)]; } - return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : &luaO_nilobject); + return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); } -- cgit v1.2.3-55-g6feb