Skip to content

Commit

Permalink
update from deleted opcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 4, 2010
1 parent f2257d7 commit 5b9b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Partcl/commands/string.pm
Expand Up @@ -459,7 +459,7 @@ my sub replace_internal($string, $first, $last, $replacement) {
inc $I1
$P0 = find_lex '$replacement'
$S1 = $P0
substr $S0, $I0, $I1, $S1
$S0 = replace $S0, $I0, $I1, $S1
%r = box $S0
};
}
Expand Down

0 comments on commit 5b9b672

Please sign in to comment.