Commit c567ff279b7b2ed3dc0b4fb02df4f2861b072cd8

David Turner 2008-05-18T14:32:51

add missing comment

diff --git a/ChangeLog b/ChangeLog
index 4b4e14e..8d44f32 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  <samh>
 
diff --git a/src/type1/t1load.c b/src/type1/t1load.c
index 8c1cb9a..c4c0aef 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;