From 98cc1f6a51fb0fb29349dd344c54ceb005eb8783 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Mon, 12 Mar 2001 12:04:29 +0000 Subject: [PATCH] Changed the lenIV member of the T1_Decoder_ struct to be an FT_Int instead of an FT_UInt. --- include/freetype/internal/psaux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/internal/psaux.h b/include/freetype/internal/psaux.h index 4696ae275..298c5e109 100644 --- a/include/freetype/internal/psaux.h +++ b/include/freetype/internal/psaux.h @@ -587,7 +587,7 @@ FT_BEGIN_HEADER 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) */