day one bug in sam regexp code
This commit is contained in:
parent
63408c39a1
commit
2f9d900118
3 changed files with 3 additions and 3 deletions
|
|
@ -647,7 +647,7 @@ execute(File *f, Posn startp, Posn eof)
|
|||
/* evaluate right choice later */
|
||||
if(++ntl >= NLIST)
|
||||
goto Overflow;
|
||||
addinst(tlp, inst->right, &tlp->se);
|
||||
addinst(tl, inst->right, &tlp->se);
|
||||
/* efficiency: advance and re-evaluate */
|
||||
inst = inst->left;
|
||||
goto Switchstmt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue