diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.59 2005/11/01 16:08:45 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.60 2005/12/22 16:19:56 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -518,7 +518,7 @@ void luaV_execute (lua_State *L, int nexeccalls) { | |||
518 | } | 518 | } |
519 | default: { /* try metamethod */ | 519 | default: { /* try metamethod */ |
520 | Protect( | 520 | Protect( |
521 | if (!call_binTM(L, rb, &luaO_nilobject, ra, TM_LEN)) | 521 | if (!call_binTM(L, rb, luaO_nilobject, ra, TM_LEN)) |
522 | luaG_typeerror(L, rb, "get length of"); | 522 | luaG_typeerror(L, rb, "get length of"); |
523 | ) | 523 | ) |
524 | } | 524 | } |