From 35023355f21d2c508e2614dc8383d7535dd3a80a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Feb 2001 14:28:12 -0300 Subject: details for wchar --- lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index 43310326..eb7f00fb 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.61 2001/02/20 18:15:33 roberto Exp roberto $ +** $Id: lua.c,v 1.62 2001/02/23 17:17:25 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -118,7 +118,7 @@ static void print_message (void) { static void print_version (void) { - printf(l_s("%.80s %.80s\n"), l_s(LUA_VERSION), l_s(LUA_COPYRIGHT)); + printf(l_s("%.80s %.80s\n"), LUA_VERSION, LUA_COPYRIGHT); } -- cgit v1.2.3-55-g6feb