summaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.c b/ltests.c
index e19cea71..feef9e52 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltests.c,v 1.118 2002/05/01 20:40:42 roberto Exp roberto $ 2** $Id: ltests.c,v 1.119 2002/05/02 13:06:20 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*/
@@ -639,7 +639,7 @@ static int testC (lua_State *L) {
639 else if EQ("type") { 639 else if EQ("type") {
640 lua_pushstring(L, lua_typename(L, lua_type(L, getnum))); 640 lua_pushstring(L, lua_typename(L, lua_type(L, getnum)));
641 } 641 }
642 else luaL_verror(L, "unknown instruction %.30s", buff); 642 else luaL_verror(L, "unknown instruction %s", buff);
643 } 643 }
644 return 0; 644 return 0;
645} 645}