Commit 10aa8585932c08f048684231acb6fe1030152338

Werner Lemberg 2015-02-16T20:12:54

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

diff --git a/ChangeLog b/ChangeLog
index 3a5529f..5bf7acd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 	* src/base/ftbbox.c, src/base/ftbitmap.c, src/base/fttrigon.c,
diff --git a/include/tttables.h b/include/tttables.h
index ec0070a..1568f40 100644
--- a/include/tttables.h
+++ b/include/tttables.h
@@ -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;