diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-02-14 19:41:53 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-02-14 19:41:53 -0200 |
commit | b3ffaca6381cb5520721af13fff558d3b27d3a36 (patch) | |
tree | 35ab9acab4e5805a120da3088e8ea6f76e30a6b2 | |
parent | bee86e23be69f9c009fd4ae57ba894f944c0952b (diff) | |
download | lua-b3ffaca6381cb5520721af13fff558d3b27d3a36.tar.gz lua-b3ffaca6381cb5520721af13fff558d3b27d3a36.tar.bz2 lua-b3ffaca6381cb5520721af13fff558d3b27d3a36.zip |
details
-rw-r--r-- | lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ LUALIB_API const char *luaL_errstr (int errcode) { | |||
27 | "run-time error", | 27 | "run-time error", |
28 | "cannot open file", | 28 | "cannot open file", |
29 | "syntax error", | 29 | "syntax error", |
30 | "memory allocation error", | 30 | "not enough memory", |
31 | "error in error handling" | 31 | "error in error handling" |
32 | }; | 32 | }; |
33 | return errstr[errcode]; | 33 | return errstr[errcode]; |