diff options
Diffstat (limited to 'mono-4.2.1-ppc.patch')
-rw-r--r-- | mono-4.2.1-ppc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mono-4.2.1-ppc.patch b/mono-4.2.1-ppc.patch new file mode 100644 index 0000000..c6afc8d --- /dev/null +++ b/mono-4.2.1-ppc.patch @@ -0,0 +1,11 @@ +--- a/mcs/class/corlib/System/TimeZoneInfo.cs 2016-08-23 16:24:24.658169558 +0200 ++++ b/mcs/class/corlib/System/TimeZoneInfo.cs 2016-08-23 16:25:22.925434487 +0200 +@@ -1224,7 +1224,7 @@ + } catch (InvalidTimeZoneException) { + throw; + } catch (Exception e) { +- throw new InvalidTimeZoneException ("Time zone information file contains invalid data", e); ++ return Utc; // throw new InvalidTimeZoneException ("Time zone information file contains invalid data", e); + } + } + |