summaryrefslogtreecommitdiff
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 14:53:42 +0700
commitd0270e2ef37f00dd8d45909fcbcb49673fa20503 (patch)
treef3f61a990023377d9386abc29fcc6aa2f9101ddf
parent64f114bd31c1c0502af14c15d5738b108c2c8861 (diff)
reduce patch to remove need to match on trailing space that git stripsgr2
-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 5acc62c..64b133d 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),