diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.126 2002/06/18 15:19:27 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.127 2002/06/20 20:40:38 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -665,7 +665,7 @@ static int testC (lua_State *L) { | |||
665 | else if EQ("rawcall") { | 665 | else if EQ("rawcall") { |
666 | int narg = getnum; | 666 | int narg = getnum; |
667 | int nres = getnum; | 667 | int nres = getnum; |
668 | lua_upcall(L, narg, nres); | 668 | lua_call(L, narg, nres); |
669 | } | 669 | } |
670 | else if EQ("call") { | 670 | else if EQ("call") { |
671 | int narg = getnum; | 671 | int narg = getnum; |