Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Missed fixing up one of the attribute accesses.
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent f651f2d commit 5d977a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/Cursor2.pir
Expand Up @@ -691,7 +691,7 @@ the address of a label to branch to when backtracking occurs.)
goto bstack_done
bstack_new:
bstack = new ['ResizableIntegerArray']
setattribute self, '@!bstack', bstack
setattribute self, cur_class, '@!bstack', bstack
bstack_done:

# If a new subcursor is being pushed, then save it in cstack
Expand Down

0 comments on commit 5d977a8

Please sign in to comment.