commit b3ffaca6381cb5520721af13fff558d3b27d3a36
parent bee86e23be69f9c009fd4ae57ba894f944c0952b
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Thu, 14 Feb 2002 19:41:31 -0200
details
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lauxlib.c b/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];