Skip to content

Commit

Permalink
[core/Str] added missing goto in PIR
Browse files Browse the repository at this point in the history
Discovered by jnthn++.
  • Loading branch information
Carl Masak committed Aug 19, 2010
1 parent 99a4e24 commit 5b08f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Str.pm
Expand Up @@ -37,6 +37,7 @@ augment class Str does Stringy {
$S0 = trans_charset $S0, $I0
$I0 = find_encoding 'fixed_8'
$S0 = trans_encoding $S0, $I0
goto finished_transcoding
transcode_iso_8859_1:
$I0 = find_charset 'iso-8859-1'
$S0 = trans_charset $S0, $I0
Expand Down

0 comments on commit 5b08f4e

Please sign in to comment.