aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index a9de5cbc..d0a1c05d 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1888,7 +1888,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
1888 vmcase(OP_SETLIST) { 1888 vmcase(OP_SETLIST) {
1889 StkId ra = RA(i); 1889 StkId ra = RA(i);
1890 unsigned n = cast_uint(GETARG_vB(i)); 1890 unsigned n = cast_uint(GETARG_vB(i));
1891 unsigned int last = cast_uint(GETARG_vC(i)); 1891 unsigned last = cast_uint(GETARG_vC(i));
1892 Table *h = hvalue(s2v(ra)); 1892 Table *h = hvalue(s2v(ra));
1893 if (n == 0) 1893 if (n == 0)
1894 n = cast_uint(L->top.p - ra) - 1; /* get up to the top */ 1894 n = cast_uint(L->top.p - ra) - 1; /* get up to the top */