diff options
Diffstat (limited to 'src/ltablib.js')
-rw-r--r-- | src/ltablib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ltablib.js b/src/ltablib.js index a7963d3..10d66eb 100644 --- a/src/ltablib.js +++ b/src/ltablib.js @@ -139,7 +139,7 @@ const tconcat = function(L) { let i = lauxlib.luaL_optinteger(L, 3, 1); last = lauxlib.luaL_optinteger(L, 4, last); - let b = new lauxlib.luaL_Buffer(); + let b = new lauxlib.luaL_Buffer(L); lauxlib.luaL_buffinit(L, b); for (; i < last; i++) { |