2
0
Roberto Ierusalimschy 23 жил өмнө
parent
commit
13230c451b
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      lauxlib.c

+ 2 - 2
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
 ** Auxiliary functions for building Lua libraries
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -25,7 +25,7 @@ LUALIB_API const char *luaL_errstr (int errcode) {
   static const char *const errstr[] = {
   static const char *const errstr[] = {
     "ok",
     "ok",
     "run-time error",
     "run-time error",
-    "cannot open file",
+    "cannot read file",
     "syntax error",
     "syntax error",
     "not enough memory",
     "not enough memory",
     "error in error handling"
     "error in error handling"