aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-06-09 04:59:40 +0000
committerrsc <devnull@localhost>2007-06-09 04:59:40 +0000
commit1d550471f117b3215fb2b2fd0b873ee6cb77f913 (patch)
treebdcab3151e94fe9710a02aff2bf2d3b331f0d2cb /src/libregexp
parent2f9d900118318c1a820b170cc04ddf58ed1eee87 (diff)
downloadplan9port-1d550471f117b3215fb2b2fd0b873ee6cb77f913.tar.gz
plan9port-1d550471f117b3215fb2b2fd0b873ee6cb77f913.tar.bz2
plan9port-1d550471f117b3215fb2b2fd0b873ee6cb77f913.zip
another
Diffstat (limited to 'src/libregexp')
-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 16d95e67..ec7907da 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(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;