diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:40:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:40:12 +0000 |
commit | cbe5b4aaff50a0b1a8bdb50f26e639a192ed1ceb (patch) | |
tree | 06ba5a6434134b86b42739cd3605102964228a8b /devel/icu/files/patch-layout_LookupProcessor.cpp | |
parent | Cleanup the port a bit before it can be unbroken further: (diff) |
Update to icu 52.1
Use options helpers
Notes
Notes:
svn path=/head/; revision=343212
Diffstat (limited to 'devel/icu/files/patch-layout_LookupProcessor.cpp')
-rw-r--r-- | devel/icu/files/patch-layout_LookupProcessor.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/icu/files/patch-layout_LookupProcessor.cpp b/devel/icu/files/patch-layout_LookupProcessor.cpp deleted file mode 100644 index 07340568e931..000000000000 --- a/devel/icu/files/patch-layout_LookupProcessor.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- layout/LookupProcessor.cpp -+++ layout/LookupProcessor.cpp -@@ -201,7 +201,9 @@ - - if (requiredFeatureIndex != 0xFFFF) { - requiredFeatureTable = featureListTable->getFeatureTable(requiredFeatureIndex, &requiredFeatureTag); -- featureReferences += SWAPW(featureTable->lookupCount); -+ if (requiredFeatureTable) { -+ featureReferences += SWAPW(requiredFeatureTable->lookupCount); -+ } - } - - lookupOrderArray = LE_NEW_ARRAY(le_uint16, featureReferences); |