add missing comment

This commit is contained in:
David Turner 2008-05-18 14:32:51 +00:00
parent a92cec567c
commit c567ff279b
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
ft_wgl_extra_glyph_name_offsets, ps_check_wgl_name and
ps_check_wgl_unicode
* src/type1/t1load.c: add missing comment
2008-05-17 Sam Hocevar <samh>

View File

@ -1397,6 +1397,9 @@
FT_Byte* temp;
/* some fonts define empty subr records. this is not totally
* compliant to the spec (which says they should at least
* contain a 'return') but we support them */
if ( size < face->type1.private_dict.lenIV )
{
error = T1_Err_Invalid_File_Format;