From 13230c451ba2feaef1c92c391451ee6471b15bb7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Apr 2002 09:00:02 -0300 Subject: [PATCH] details --- lauxlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lauxlib.c b/lauxlib.c index 496dee89..d0df881e 100644 --- a/lauxlib.c +++ b/lauxlib.c @@ -1,5 +1,5 @@ /* -** $Id: lauxlib.c,v 1.64 2002/04/02 20:42:49 roberto Exp roberto $ +** $Id: lauxlib.c,v 1.65 2002/04/04 20:25:55 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -25,7 +25,7 @@ LUALIB_API const char *luaL_errstr (int errcode) { static const char *const errstr[] = { "ok", "run-time error", - "cannot open file", + "cannot read file", "syntax error", "not enough memory", "error in error handling"