From 0937885bc90bd2c2d938bd2e16e0c164e80625fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Jul 2020 18:09:47 +0300 Subject: Release version 65.1.0+4 Fix Clang 10 compilation errors Canonicalize license in manifests Add glue buildfile --- libicui18n/libicui18n/stsearch.cpp.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libicui18n/libicui18n/stsearch.cpp.patch (limited to 'libicui18n/libicui18n/stsearch.cpp.patch') diff --git a/libicui18n/libicui18n/stsearch.cpp.patch b/libicui18n/libicui18n/stsearch.cpp.patch new file mode 100644 index 0000000..151b414 --- /dev/null +++ b/libicui18n/libicui18n/stsearch.cpp.patch @@ -0,0 +1,11 @@ +--- libicui18n/i18n/stsearch.cpp 2019-12-23 14:38:40.234889235 +0300 ++++ libicui18n/stsearch.cpp 2020-07-21 13:21:49.621459123 +0300 +@@ -184,7 +184,7 @@ StringSearch::clone() const { + // operator overloading --------------------------------------------- + StringSearch & StringSearch::operator=(const StringSearch &that) + { +- if ((*this) != that) { ++ if (!((*this) == that)) { + UErrorCode status = U_ZERO_ERROR; + m_text_ = that.m_text_; + m_breakiterator_ = that.m_breakiterator_; -- cgit v1.1