summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorMartin Hosken <martin_hosken@sil.org>2011-03-10 11:07:23 +0700
committerMartin Hosken <martin_hosken@sil.org>2011-03-10 22:39:00 +0700
commit1f5b215e2ad6e957981c31a3c94bae3e31427543 (patch)
treecb09b694befd60fd0c13c7780ab7836741d4eadb /icu
parente4781b57c033771ebadb0725ddd4faebfb3799c3 (diff)
reduce patch to remove need to match on trailing space that git strips
Diffstat (limited to 'icu')
-rw-r--r--icu/icu4c.8320.freeserif.crash.patch5
1 files changed, 1 insertions, 4 deletions
diff --git a/icu/icu4c.8320.freeserif.crash.patch b/icu/icu4c.8320.freeserif.crash.patch
index 5acc62c223ec..64b133d21608 100644
--- a/icu/icu4c.8320.freeserif.crash.patch
+++ b/icu/icu4c.8320.freeserif.crash.patch
@@ -31,10 +31,7 @@
lookupSelectArray[lookupListIndex] |= featureMask;
lookupOrderArray[store++] = lookupListIndex;
}
-@@ -121,8 +128,8 @@
- LookupProcessor::LookupProcessor(const char *baseAddress,
- Offset scriptListOffset, Offset featureListOffset, Offset lookupListOffset,
- LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
+@@ -124,5 +131,5 @@
LEErrorCode& success)
- : lookupListTable(NULL), featureListTable(NULL), lookupSelectArray(NULL),
+ : lookupListTable(NULL), featureListTable(NULL), lookupSelectArray(NULL), lookupSelectCount(0),