diff --git a/lib.c b/lib.c index 222c137..34c26ee 100644 --- a/lib.c +++ b/lib.c @@ -1703,8 +1703,7 @@ static void push_delimited_array(struct context* ctx) { while(counter--) { ink_pop(ctx); } - /* Pop the marker too */ - ink_pop(ctx); + /* Put value in place */ ink_push(ctx, a); }