diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-20 10:45:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-20 10:45:46 +0100 |
commit | 3f927a7f3bb6554cab83c2c0ae8aa2cae01b80cb (patch) | |
tree | 17babf44c0254214dd3ded64c6736c675a1b72a4 /icu.8800.freeserif.crash.patch | |
parent | 6c5565b8d501c25466d2b3977d4156204cb4be10 (diff) |
icu: drop this version
Diffstat (limited to 'icu.8800.freeserif.crash.patch')
-rw-r--r-- | icu.8800.freeserif.crash.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/icu.8800.freeserif.crash.patch b/icu.8800.freeserif.crash.patch deleted file mode 100644 index c2e0be6..0000000 --- a/icu.8800.freeserif.crash.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN icu.old/source/layout/LookupProcessor.cpp icu/source/layout/LookupProcessor.cpp ---- icu.old/source/layout/LookupProcessor.cpp 2011-09-05 18:35:11.221515458 +0200 -+++ icu/source/layout/LookupProcessor.cpp 2011-09-05 18:41:30.021510913 +0200 -@@ -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); |