diff options
| author | Li Jin <dragon-fly@qq.com> | 2021-08-17 23:09:27 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2021-08-17 23:09:27 +0800 |
| commit | 38908616d0e08b72e6b00d18490ed917fa643e4f (patch) | |
| tree | 4311b80a505f4c3819c8cb2c3c937296fef0356f /src/3rdParty/lua/ltablib.c | |
| parent | 792e942f5269655ee03c48400999f3604b84396c (diff) | |
| download | yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.gz yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.bz2 yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.zip | |
reset Yuescript version since it's a minor version with new feature. update Lua lib.
Diffstat (limited to 'src/3rdParty/lua/ltablib.c')
| -rw-r--r-- | src/3rdParty/lua/ltablib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/ltablib.c b/src/3rdParty/lua/ltablib.c index d80eb80..dbfe250 100644 --- a/src/3rdParty/lua/ltablib.c +++ b/src/3rdParty/lua/ltablib.c | |||
| @@ -147,7 +147,7 @@ static void addfield (lua_State *L, luaL_Buffer *b, lua_Integer i) { | |||
| 147 | lua_geti(L, 1, i); | 147 | lua_geti(L, 1, i); |
| 148 | if (l_unlikely(!lua_isstring(L, -1))) | 148 | if (l_unlikely(!lua_isstring(L, -1))) |
| 149 | luaL_error(L, "invalid value (%s) at index %I in table for 'concat'", | 149 | luaL_error(L, "invalid value (%s) at index %I in table for 'concat'", |
| 150 | luaL_typename(L, -1), i); | 150 | luaL_typename(L, -1), (LUAI_UACINT)i); |
| 151 | luaL_addvalue(b); | 151 | luaL_addvalue(b); |
| 152 | } | 152 | } |
| 153 | 153 | ||
