mirror of
https://github.com/lua/lua
synced 2026-09-27 08:33:22 +03:00
details
This commit is contained in:
parent
bee86e23be
commit
b3ffaca638
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue