Addition to last commit.

This commit is contained in:
Werner Lemberg 2011-11-26 18:07:30 +01:00
parent 930e9bf8f4
commit f8f576d1d4
2 changed files with 6 additions and 6 deletions

View File

@ -8,11 +8,11 @@
* include/freetype/fterrdef.h (FT_Err_Missing_Module): Define.
* src/cff/cffobjs.c (cff_face_init), src/cid/cidobjs.c
(cid_face_init), src/sfnt/sfobjs.c (sfnt_init_face),
src/truetype/ttobjs.c (tt_face_init), src/type1/t1objs.c
(T1_Face_Init), src/type42/t42objs.c (T42_Face_Init,
T42_Driver_Init): Updated.
* src/cff/cffobjs.c (cff_face_init), src/cff/cffdrivr.c
(cff_get_glyph_name), src/cid/cidobjs.c (cid_face_init),
src/sfnt/sfobjs.c (sfnt_init_face), src/truetype/ttobjs.c
(tt_face_init), src/type1/t1objs.c (T1_Face_Init),
src/type42/t42objs.c (T42_Face_Init, T42_Driver_Init): Updated.
* src/type1/t1afm.c (T1_Read_Metrics), src/type/t1objs.c
(T1_Face_Init), src/type42/t42objs.c (T42_Face_Init): Remove now

View File

@ -239,7 +239,7 @@
" cannot get glyph name from CFF & CEF fonts\n"
" "
" without the `PSNames' module\n" ));
error = CFF_Err_Unknown_File_Format;
error = CFF_Err_Missing_Module;
goto Exit;
}