diff options
author | Martin Hosken <martin_hosken@sil.org> | 2011-03-10 07:19:57 +0700 |
---|---|---|
committer | Martin Hosken <martin_hosken@sil.org> | 2011-03-10 22:39:00 +0700 |
commit | e4781b57c033771ebadb0725ddd4faebfb3799c3 (patch) | |
tree | 7128e34307a59fd18e63ed72545cb67dee193217 | |
parent | a7fe7cb634a50a396a24306f1258b1ed650dedff (diff) |
fix icu patch
-rw-r--r-- | icu/icu4c.8320.freeserif.crash.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icu/icu4c.8320.freeserif.crash.patch b/icu/icu4c.8320.freeserif.crash.patch index 0b94864ed56d..5acc62c223ec 100644 --- a/icu/icu4c.8320.freeserif.crash.patch +++ b/icu/icu4c.8320.freeserif.crash.patch @@ -10,7 +10,7 @@ le_uint32 lookupOrderCount; --- misc/icu/source/layout/LookupProcessor.cpp 2011-02-02 12:29:54.369077099 +0000 +++ misc/build/icu/source/layout/LookupProcessor.cpp 2011-02-02 12:31:54.215503036 +0000 -@@ -62,6 +62,10 @@ +@@ -70,6 +70,10 @@ if (selectMask != 0) { const LookupTable *lookupTable = lookupListTable->getLookupTable(lookup); @@ -21,7 +21,7 @@ le_uint16 lookupFlags = SWAPW(lookupTable->lookupFlags); glyphIterator.reset(lookupFlags, selectMask); -@@ -96,6 +100,9 @@ +@@ -111,6 +115,9 @@ for (le_uint16 lookup = 0; lookup < lookupCount; lookup += 1) { le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]); |