external/icu/icu4c-khmerbreakengine.patch.1 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4b6c35eeba661f721d0204d4a2c581913fc38b7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Dec 6 11:26:02 2021 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Dec 6 14:33:44 2021 +0100

    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 <caol...@redhat.com>

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.

Reply via email to