From f6d95140aeec014f904cf74bdc79bb99ee69f299 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 18 Jun 1997 18:20:45 -0300 Subject: using old version functions. --- strlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strlib.c') diff --git a/strlib.c b/strlib.c index a24e4bf2..d34268b7 100644 --- a/strlib.c +++ b/strlib.c @@ -3,7 +3,7 @@ ** String library to LUA */ -char *rcs_strlib="$Id: strlib.c,v 1.42 1997/06/16 20:29:59 roberto Exp roberto $"; +char *rcs_strlib="$Id: strlib.c,v 1.43 1997/06/18 20:15:47 roberto Exp roberto $"; #include #include @@ -94,7 +94,7 @@ static void str_sub (void) addnchar(s+start-1, end-start+1); lua_pushstring(luaI_addchar(0)); } - else lua_pushliteral(""); + else lua_pushstring(""); } /* -- cgit v1.2.3-55-g6feb