diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-11 22:23:45 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:23:45 +0200 |
commit | 4a127fb48688e82a344cfda475418b073f75f11c (patch) | |
tree | 80655cfee6259775e589139d4d09584069cdd6a6 /libraries/icu4c/icu4c-4.0-timezone.patch | |
parent | 79a34af853a28946e91919838a49593d77b56e45 (diff) | |
download | slackbuilds-4a127fb48688e82a344cfda475418b073f75f11c.tar.gz |
libraries/icu4c: Updated for version 4.0
Diffstat (limited to 'libraries/icu4c/icu4c-4.0-timezone.patch')
-rw-r--r-- | libraries/icu4c/icu4c-4.0-timezone.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/icu4c/icu4c-4.0-timezone.patch b/libraries/icu4c/icu4c-4.0-timezone.patch new file mode 100644 index 0000000000..84d961f7b7 --- /dev/null +++ b/libraries/icu4c/icu4c-4.0-timezone.patch @@ -0,0 +1,11 @@ +Index: source/i18n/timezone.cpp
+===================================================================
+--- source/i18n/timezone.cpp (revision 24126)
++++ source/i18n/timezone.cpp (revision 24940)
+@@ -1236,4 +1236,6 @@
+ }
+ format.adoptTimeZone(tz);
++ } else {
++ format.setTimeZone(*this);
+ }
+ } else {
|