gxvalid: Extend a few local variables to reduce the casts.

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:42 +09:00
parent 8b03a77d88
commit 2dacccc174
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>
gxvalid: Extend a few local variables to reduce the casts.
* src/gxvalid/gxvmorx.c (gxv_morx_subtables_validate):
Extend `type' and `rest' to take FT_ULong values.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
gxvalid: Extend `settingTable' to take 32-bit offset.

View File

@ -69,8 +69,8 @@
FT_ULong length;
FT_ULong coverage;
FT_ULong subFeatureFlags;
FT_UInt type;
FT_UInt rest;
FT_ULong type;
FT_ULong rest;
GXV_LIMIT_CHECK( 4 + 4 + 4 );