From 01512192090af8694f4e0ab2be9e47447869627b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 29 Jun 2023 09:05:00 +0000 Subject: automatic import of mono --- mono-4.2.1-ppc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mono-4.2.1-ppc.patch (limited to 'mono-4.2.1-ppc.patch') 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); + } + } + -- cgit v1.2.3