mirror of
https://github.com/lua/lua
synced 2025-04-03 11:32:53 +03:00
details
This commit is contained in:
parent
bee86e23be
commit
b3ffaca638
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user