From 66ed154c8909db1fe9bce148c94ef68c1bd7f986 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 9 Jul 2003 09:08:43 -0300 Subject: details --- ltests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltests.c') diff --git a/ltests.c b/ltests.c index 6e60dd66..90430e67 100644 --- a/ltests.c +++ b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.160 2003/05/13 19:22:19 roberto Exp roberto $ +** $Id: ltests.c,v 1.161 2003/05/14 21:10:07 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -322,7 +322,7 @@ static int table_query (lua_State *L) { luaA_pushobject(L, gkey(gnode(t, i))); } else - lua_pushstring(L, ""); + lua_pushliteral(L, ""); luaA_pushobject(L, gval(gnode(t, i))); if (t->node[i].next) lua_pushintegral(L, t->node[i].next - t->node); -- cgit v1.2.3-55-g6feb