summaryrefslogtreecommitdiffstats
path: root/external/icu/icu4c-icu11451.patch.1
diff options
context:
space:
mode:
Diffstat (limited to 'external/icu/icu4c-icu11451.patch.1')
-rw-r--r--external/icu/icu4c-icu11451.patch.111
1 files changed, 0 insertions, 11 deletions
diff --git a/external/icu/icu4c-icu11451.patch.1 b/external/icu/icu4c-icu11451.patch.1
deleted file mode 100644
index b15185a4dbb0..000000000000
--- a/external/icu/icu4c-icu11451.patch.1
+++ /dev/null
@@ -1,11 +0,0 @@
---- icu/source/common/ubidi.c.orig 2014-12-19 10:23:38.103928414 +0000
-+++ icu/source/common/ubidi.c 2014-12-19 10:26:58.370071527 +0000
-@@ -2146,7 +2146,7 @@
- /* The isolates[] entries contain enough information to
- resume the bidi algorithm in the same state as it was
- when it was interrupted by an isolate sequence. */
-- if(dirProps[start]==PDI) {
-+ if(dirProps[start]==PDI && pBiDi->isolateCount >= 0) {
- levState.startON=pBiDi->isolates[pBiDi->isolateCount].startON;
- start1=pBiDi->isolates[pBiDi->isolateCount].start1;
- stateImp=pBiDi->isolates[pBiDi->isolateCount].stateImp;