* src/base/fttype1.c (FT_Get_PS_Font_Info): Fix incorrectly applied

patch.
This commit is contained in:
Werner Lemberg 2003-11-02 09:07:21 +00:00
parent 3e685b6308
commit 2169a9d906
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
* include/freetype/freetype.h: Check that ft2build.h has been
loaded first.
* src/base/fttype1.c (FT_Get_PS_Font_Info): Fix incorrectly applied
patch.
2003-10-31 Detlef Würkner <TetiSoft@apg.lahn.de>
* src/base/fttype1.c (FT_Get_PS_Font_Info, FT_Has_PS_Glyph_Names):

View File

@ -36,7 +36,7 @@
FT_Service_PsInfo service = NULL;
FT_FACE_FIND_SERVICE( face, face, POSTSCRIPT_INFO );
FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
if ( service && service->ps_get_font_info )
error = service->ps_get_font_info( face, afont_info );