diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-29 09:05:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-29 09:05:00 +0000 |
commit | 01512192090af8694f4e0ab2be9e47447869627b (patch) | |
tree | d1da7cf432e17ec972a97cbefd7151708cca0219 /mono-4.2.1-ppc.patch | |
parent | a40f344f9466a0470cfc97424fd83b59bf88a02a (diff) |
automatic import of mono
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); + } + } + |