Roberto Ierusalimschy 23 năm trước cách đây
mục cha
commit
b3ffaca638
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];