Roberto Ierusalimschy %!s(int64=23) %!d(string=hai) anos
pai
achega
b3ffaca638
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lauxlib.c

+ 1 - 1
lauxlib.c

@@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) {
     "run-time error",
     "cannot open file",
     "syntax error",
-    "memory allocation error",
+    "not enough memory",
     "error in error handling"
   };
   return errstr[errcode];