From c567ff279b7b2ed3dc0b4fb02df4f2861b072cd8 Mon Sep 17 00:00:00 2001 From: David Turner Date: Sun, 18 May 2008 14:32:51 +0000 Subject: [PATCH] add missing comment --- ChangeLog | 2 +- src/type1/t1load.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b4e14e59..8d44f325e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/type1/t1load.c b/src/type1/t1load.c index 8c1cb9ac5..c4c0aef07 100644 --- a/src/type1/t1load.c +++ b/src/type1/t1load.c @@ -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;