* include/tttables.h (TT_OS2): `fsType' must be FT_UShort.

2.6.5
Werner Lemberg 10 years ago
parent 2e814fc045
commit 10aa858593
  1. 4
      ChangeLog
  2. 2
      include/tttables.h

@ -1,3 +1,7 @@
2015-02-16 Werner Lemberg <wl@gnu.org>
* include/tttables.h (TT_OS2): `fsType' must be FT_UShort.
2015-02-16 Werner Lemberg <wl@gnu.org>
More minor signedness warning fixes.

@ -371,7 +371,7 @@ FT_BEGIN_HEADER
FT_Short xAvgCharWidth;
FT_UShort usWeightClass;
FT_UShort usWidthClass;
FT_Short fsType;
FT_UShort fsType;
FT_Short ySubscriptXSize;
FT_Short ySubscriptYSize;
FT_Short ySubscriptXOffset;

Loading…
Cancel
Save