summaryrefslogtreecommitdiff
path: root/include/freetype/internal/t1types.h
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:22 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:22 +0900
commit49740490e1911580b00e5b86df895ba4683a2798 (patch)
tree09f443056730b253ad27019e69209e8dbfa8048e /include/freetype/internal/t1types.h
parent737634e5e422f9d1887d227b37c547829a31ded5 (diff)
downloadfreetype2-49740490e1911580b00e5b86df895ba4683a2798.tar.gz
type1: Fix a data type mismatching with its source.
Diffstat (limited to 'include/freetype/internal/t1types.h')
-rw-r--r--include/freetype/internal/t1types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/internal/t1types.h b/include/freetype/internal/t1types.h
index ff021b0fe..09cb72138 100644
--- a/include/freetype/internal/t1types.h
+++ b/include/freetype/internal/t1types.h
@@ -230,7 +230,7 @@ FT_BEGIN_HEADER
/* undocumented, optional: has the same meaning as len_buildchar */
/* for Type 2 fonts; manipulated by othersubrs 19, 24, and 25 */
FT_UInt len_buildchar;
- FT_Int* buildchar;
+ FT_Long* buildchar;
/* since version 2.1 - interface to PostScript hinter */
const void* pshinter;