tanother - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 1d550471f117b3215fb2b2fd0b873ee6cb77f913
DIR parent 2f9d900118318c1a820b170cc04ddf58ed1eee87
HTML Author: rsc <devnull@localhost>
Date: Sat, 9 Jun 2007 04:59:40 +0000
another
Diffstat:
M src/libregexp/rregexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/libregexp/rregexec.c b/src/libregexp/rregexec.c
t@@ -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;