* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work

actually.
This commit is contained in:
Werner Lemberg 2002-01-25 22:55:53 +00:00
parent 840c2f268e
commit 2ee087e487
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-01-25 Werner Lemberg <wl@gnu.org>
* src/cff/cffdrivr.c (cff_get_name_index): Make last patch work
actually.
2002-01-25 Martin Zinser <zinser@decus.de>
* src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix

View File

@ -228,7 +228,7 @@
FT_UInt buffer_max )
{
CFF_Font* font = (CFF_Font*)face->extra.data;
FT_Memory memory = FT_FACE_MEMORY(face);
FT_Memory memory = FT_FACE_MEMORY( face );
FT_String* gname;
FT_UShort sid;
PSNames_Interface* psnames;
@ -341,6 +341,7 @@
CFF_Font* cff;
CFF_Charset* charset;
PSNames_Interface* psnames;
FT_Memory memory = FT_FACE_MEMORY( face );
FT_String* name;
FT_UShort sid;
FT_UInt i;
@ -367,7 +368,7 @@
if ( sid > 390 )
FREE( name );
if ( !ret )
if ( !result )
return i;
}