diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-06 11:26:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-06 14:33:44 +0100 |
commit | d4b6c35eeba661f721d0204d4a2c581913fc38b7 (patch) | |
tree | f9f369c69457bff425ca961dc6872a21decb1a81 /external | |
parent | 0a710c5c4475b593428c6d90e791ef2ccc880062 (diff) |
tdf#145892 disable failing assert in additional icu khmer patch
Change-Id: I8507c101544fcdcdc6e75c853c44e04e97a96d91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126411
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/icu/icu4c-khmerbreakengine.patch.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/icu/icu4c-khmerbreakengine.patch.1 b/external/icu/icu4c-khmerbreakengine.patch.1 index 719fdd846114..78cce146c2bf 100644 --- a/external/icu/icu4c-khmerbreakengine.patch.1 +++ b/external/icu/icu4c-khmerbreakengine.patch.1 @@ -560,7 +560,7 @@ diff -ur icu.org/source/common/dictbe.cpp icu/source/common/dictbe.cpp + t_boundary.addElement(i, status); + numBreaks++; } -+ U_ASSERT(prev.elementAti(t_boundary.elementAti(numBreaks - 1)) == 0); ++ // U_ASSERT(prev.elementAti(t_boundary.elementAti(numBreaks - 1)) == 0); + } - // Look ahead for possible suffixes if a dictionary word does not follow. |