Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'nfa' of github.com:perl6/nqp into nfa
  • Loading branch information
diakopter committed Nov 16, 2011
2 parents cecd970 + 46e0f9e commit abf900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QRegex/Cursor.nqp
Expand Up @@ -130,7 +130,7 @@ role NQPCursorRole {
if pir::defined($pos) {
my $n := nqp::elems(@fatesort) - 1;
while $n >= 0
&& @fatepos[@fatesort[$n]] > @fatepos[$fate] {
&& @fatepos[@fatesort[$n]] >= @fatepos[$fate] {
$n := $n - 1;
}
nqp::splice(@fatesort, [$fate], $n+1, 0);
Expand Down

0 comments on commit abf900a

Please sign in to comment.