Bugzilla – Attachment 57820 Details for
Bug 133086
freetype2 kerning failures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
apiname patch
freetype2-apiname.patch (text/plain), 501 bytes, created by
Hans-Peter Jansen
on 2005-11-20 21:59:39 UTC
(
hide
)
Description:
apiname patch
Filename:
MIME Type:
Creator:
Hans-Peter Jansen
Created:
2005-11-20 21:59:39 UTC
Size:
501 bytes
patch
obsolete
>--- freetype-2.1.11.0.cvs20051119/src/tools/apinames.c~ 2005-11-20 01:30:22.217388000 +0100 >+++ freetype-2.1.11.0.cvs20051119/src/tools/apinames.c 2005-11-20 01:30:38.382398250 +0100 >@@ -222,10 +222,10 @@ > { > case STATE_START: > { >- if ( memcmp( p, "FT_EXPORT(", 10 ) != 0 ) >+ if ( memcmp( p, "FT_BASE(", 8 ) != 0 ) > break; > >- p += 10; >+ p += 8; > for (;;) > { > if ( *p == 0 || *p == '\n' || *p == '\r' )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 133086
:
56884
|
56885
|
56886
|
57819
| 57820