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];