aboutsummaryrefslogtreecommitdiff
path: root/lpvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpvm.c')
-rw-r--r--lpvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpvm.c b/lpvm.c
index 44975a1..e8ff287 100644
--- a/lpvm.c
+++ b/lpvm.c
@@ -360,8 +360,8 @@ const char *match (lua_State *L, const char *o, const char *s, const char *e,
360 stack++; 360 stack++;
361 } 361 }
362 if (ndyncap > 0) /* is there matchtime captures? */ 362 if (ndyncap > 0) /* is there matchtime captures? */
363 ndyncap -= removedyncap(L, capture, stack->caplevel, captop); 363 ndyncap -= removedyncap(L, capture, pstack->caplevel, captop);
364 captop = stack->caplevel; 364 captop = pstack->caplevel;
365 p = pstack->p; 365 p = pstack->p;
366 continue; 366 continue;
367 } 367 }