plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 1d550471f117b3215fb2b2fd0b873ee6cb77f913
parent 2f9d900118318c1a820b170cc04ddf58ed1eee87
Author: rsc <devnull@localhost>
Date:   Sat,  9 Jun 2007 04:59:40 +0000

another

Diffstat:
Msrc/libregexp/rregexec.c | 2+-
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;