ref: 10aa8585932c08f048684231acb6fe1030152338
parent: 2e814fc045cd1b3d3a367b95fb49a1547da59ed3
author: Werner Lemberg <[email protected]>
date: Mon Feb 16 15:12:54 EST 2015
* include/tttables.h (TT_OS2): `fsType' must be FT_UShort.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-02-16 Werner Lemberg <[email protected]>
+ * include/tttables.h (TT_OS2): `fsType' must be FT_UShort.
+
+2015-02-16 Werner Lemberg <[email protected]>
+
More minor signedness warning fixes.
* src/base/ftbbox.c, src/base/ftbitmap.c, src/base/fttrigon.c,
--- a/include/tttables.h
+++ b/include/tttables.h
@@ -371,7 +371,7 @@
FT_Short xAvgCharWidth;
FT_UShort usWeightClass;
FT_UShort usWidthClass;
- FT_Short fsType;
+ FT_UShort fsType;
FT_Short ySubscriptXSize;
FT_Short ySubscriptYSize;
FT_Short ySubscriptXOffset;