commit 1d550471f117b3215fb2b2fd0b873ee6cb77f913
parent 2f9d900118318c1a820b170cc04ddf58ed1eee87
Author: rsc <devnull@localhost>
Date: Sat, 9 Jun 2007 04:59:40 +0000
another
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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(tlp, inst->u1.right, ms, &tlp->se) == tle)
+ if(_renewthread(tl, inst->u1.right, ms, &tlp->se) == tle)
return -1;
/* efficiency: advance and re-evaluate */
continue;