aboutsummaryrefslogtreecommitdiff
path: root/src/lib_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib_table.c')
-rw-r--r--src/lib_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_table.c b/src/lib_table.c
index 973daaed..5210544b 100644
--- a/src/lib_table.c
+++ b/src/lib_table.c
@@ -157,7 +157,7 @@ LJLIB_CF(table_concat)
157 lua_rawgeti(L, 1, i); 157 lua_rawgeti(L, 1, i);
158 o = L->top-1; 158 o = L->top-1;
159 if (!(tvisstr(o) || tvisnumber(o))) 159 if (!(tvisstr(o) || tvisnumber(o)))
160 lj_err_callerv(L, LJ_ERR_TABCAT, typename(o), i); 160 lj_err_callerv(L, LJ_ERR_TABCAT, lj_typename(o), i);
161 luaL_addvalue(&b); 161 luaL_addvalue(&b);
162 if (i++ == e) break; 162 if (i++ == e) break;
163 if (seplen) 163 if (seplen)