mirror of https://github.com/rusefi/lua.git
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",
|
"run-time error",
|
||||||
"cannot open file",
|
"cannot open file",
|
||||||
"syntax error",
|
"syntax error",
|
||||||
"memory allocation error",
|
"not enough memory",
|
||||||
"error in error handling"
|
"error in error handling"
|
||||||
};
|
};
|
||||||
return errstr[errcode];
|
return errstr[errcode];
|
||||||
|
|
Loading…
Reference in New Issue