shithub: freetype+ttf2subf

Download patch

ref: a25b712c956408b7c0f164d98c5c4862b2ef7f4d
parent: d15ac6242975d06090c6959d9226ae06810adea4
author: Tom Kacvinsky <[email protected]>
date: Mon Mar 12 07:04:29 EST 2001

Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int
instead of an FT_UInt.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/internal/psaux.h
+++ b/include/freetype/internal/psaux.h
@@ -587,7 +587,7 @@
     FT_UInt              num_glyphs;
     FT_Byte**            glyph_names;
 
-    FT_UInt              lenIV;        /* internal for sub routine calls */
+    FT_Int               lenIV;        /* internal for sub routine calls */
     FT_UInt              num_subrs;
     FT_Byte**            subrs;
     FT_Int*              subrs_len;    /* array of subrs length (optional) */