Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354044 Details for
Bug 477940
dev-libs/icu-51.2 - icu-4.8.1-fix_binformat_fonts.patch fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
icu-4.8.1-fix_binformat_fonts.patch for icu-51.2
icu-4.8.1-fix_binformat_fonts.patch (text/plain), 599 bytes, created by
Iván Atienza
on 2013-07-23 23:22:20 UTC
(
hide
)
Description:
icu-4.8.1-fix_binformat_fonts.patch for icu-51.2
Filename:
MIME Type:
Creator:
Iván Atienza
Created:
2013-07-23 23:22:20 UTC
Size:
599 bytes
patch
obsolete
>--- layout/LookupProcessor.cpp 2013-04-18 23:32:30.000000000 +0200 >+++ layout/LookupProcessor.cpp 2013-07-17 01:09:57.792635999 +0200 >@@ -220,7 +220,9 @@ > > if (requiredFeatureIndex != 0xFFFF) { > requiredFeatureTable = featureListTable->getFeatureTable(featureListTable, requiredFeatureIndex, &requiredFeatureTag, success); >- featureReferences += SWAPW(featureTable->lookupCount); >+ if (requiredFeatureTable.isValid()) { >+ featureReferences += SWAPW(requiredFeatureTable->lookupCount); >+ } > } > > lookupOrderArray = LE_NEW_ARRAY(le_uint16, featureReferences);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 477940
: 354044