aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/rregexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libregexp/rregexec.c')
-rw-r--r--src/libregexp/rregexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregexp/rregexec.c b/src/libregexp/rregexec.c
index ec7907da..16d95e67 100644
--- a/src/libregexp/rregexec.c
+++ b/src/libregexp/rregexec.c
@@ -125,7 +125,7 @@ rregexec1(Reprog *progp, /* program to run */
break;
case OR:
/* evaluate right choice later */
- if(_renewthread(tl, inst->u1.right, ms, &tlp->se) == tle)
+ if(_renewthread(tlp, inst->u1.right, ms, &tlp->se) == tle)
return -1;
/* efficiency: advance and re-evaluate */
continue;