Roberto Ierusalimschy 23 年之前
父节点
当前提交
b3ffaca638
共有 1 个文件被更改,包括 1 次插入1 次删除
  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];