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

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:43 +09:00
parent 8a5c493640
commit 48efcb612f
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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 );