From 5b08f4e8e1402479bc111e13defaeab381b45987 Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Thu, 19 Aug 2010 12:29:25 +0200 Subject: [PATCH] [core/Str] added missing goto in PIR Discovered by jnthn++. --- src/core/Str.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Str.pm b/src/core/Str.pm index 7a8536ffd6d..7a57acf68d9 100644 --- a/src/core/Str.pm +++ b/src/core/Str.pm @@ -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