From 67578ec51f1a3ec2c967f15d370067caf9e0b87b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 17 May 2005 16:49:15 -0300 Subject: several small details --- ltablib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltablib.c') diff --git a/ltablib.c b/ltablib.c index ca0a7b2c..804999e2 100644 --- a/ltablib.c +++ b/ltablib.c @@ -1,5 +1,5 @@ /* -** $Id: ltablib.c,v 1.29 2005/03/28 17:17:53 roberto Exp roberto $ +** $Id: ltablib.c,v 1.30 2005/05/16 21:19:00 roberto Exp roberto $ ** Library for Table Manipulation ** See Copyright Notice in lua.h */ @@ -65,7 +65,7 @@ static int setn (lua_State *L) { #ifndef luaL_setn luaL_setn(L, 1, luaL_checkint(L, 2)); #else - luaL_error(L, LUA_SM " is obsolete", "setn"); + luaL_error(L, LUA_QL("setn") " is obsolete"); #endif lua_pushvalue(L, 1); return 1; -- cgit v1.2.3-55-g6feb