add missing comment
This commit is contained in:
parent
a92cec567c
commit
c567ff279b
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue