summaryrefslogtreecommitdiff
path: root/libicui18n/libicui18n/vtzone.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libicui18n/libicui18n/vtzone.cpp.patch')
-rw-r--r--libicui18n/libicui18n/vtzone.cpp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libicui18n/libicui18n/vtzone.cpp.patch b/libicui18n/libicui18n/vtzone.cpp.patch
new file mode 100644
index 0000000..d7cff87
--- /dev/null
+++ b/libicui18n/libicui18n/vtzone.cpp.patch
@@ -0,0 +1,11 @@
+--- libicui18n/i18n/vtzone.cpp 2019-12-23 14:38:40.254889181 +0300
++++ libicui18n/vtzone.cpp 2020-07-21 14:18:41.380332586 +0300
+@@ -1000,7 +1000,7 @@ VTimeZone::operator=(const VTimeZone& ri
+ if (this == &right) {
+ return *this;
+ }
+- if (*this != right) {
++ if (!(*this == right)) {
+ BasicTimeZone::operator=(right);
+ if (tz != NULL) {
+ delete tz;