psaux: Fix a data type mismatching with its source.

int-not32-changes
suzuki toshiya 16 years ago
parent c156c52cd9
commit 018a2e5f3f
  1. 8
      ChangeLog
  2. 2
      include/freetype/internal/psaux.h

@ -1,3 +1,11 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
psaux: Fix a data type mismatching with its source.
* include/freetype/internal/psaux.h: The type of
T1_DecorderRec.buildchar is matched with
T1_DecorderRec.top.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
truetype: Extend TrueType GX packed deltas to FT_Offset.

@ -689,7 +689,7 @@ FT_BEGIN_HEADER
T1_Decoder_Callback parse_callback;
T1_Decoder_FuncsRec funcs;
FT_Int* buildchar;
FT_Long* buildchar;
FT_UInt len_buildchar;
FT_Bool seac;

Loading…
Cancel
Save