aboutsummaryrefslogtreecommitdiff
path: root/ltm.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltm.c')
-rw-r--r--ltm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltm.c b/ltm.c
index e411606d..35934058 100644
--- a/ltm.c
+++ b/ltm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltm.c,v 2.12 2010/04/13 20:48:12 roberto Exp roberto $ 2** $Id: ltm.c,v 2.13 2011/02/28 17:32:10 roberto Exp roberto $
3** Tag methods 3** Tag methods
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -62,7 +62,7 @@ const TValue *luaT_gettm (Table *events, TMS event, TString *ename) {
62 62
63const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { 63const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) {
64 Table *mt; 64 Table *mt;
65 switch (ttype(o)) { 65 switch (ttypenv(o)) {
66 case LUA_TTABLE: 66 case LUA_TTABLE:
67 mt = hvalue(o)->metatable; 67 mt = hvalue(o)->metatable;
68 break; 68 break;