sfnt: Extend a few local variables to load 32-bit values.

int-not32-changes
suzuki toshiya 16 years ago
parent 8a5c493640
commit 48efcb612f
  1. 7
      ChangeLog
  2. 4
      src/sfnt/ttkern.c

@ -1,3 +1,10 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
sfnt: Extend a few local variables to load 32-bit values.
* src/sfnt/ttkern.c (tt_face_load_kern): Extend `count'
and `kern' to load 32-bit values.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
pfr: Extend `num_aux' to take 32-bit value.

@ -126,8 +126,8 @@
*/
if ( num_pairs > 0 )
{
FT_UInt count;
FT_UInt old_pair;
FT_ULong count;
FT_ULong old_pair;
old_pair = FT_NEXT_ULONG( p );

Loading…
Cancel
Save