summaryrefslogtreecommitdiff
path: root/include/freetype/tttables.h
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-10-26 23:23:48 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-10-26 23:23:48 -0400
commit3e8ec291ffcfa03c8ecba1cdbfaa55f5577f5612 (patch)
tree9a8549837710e1c59ae309582186b5c9432bc712 /include/freetype/tttables.h
parentd71f2bc1593200a8f763841c0a083ba91f7dad01 (diff)
downloadfreetype2-3e8ec291ffcfa03c8ecba1cdbfaa55f5577f5612.tar.gz
[sfnt] Make `head' timestamps unsigned.
It's been more than 2^31 seconds since 1904. * include/freetype/tttables.h (TT_Header): Change field types. * src/sfnt/ttload.c (tt_face_load_generic_header): Updated.
Diffstat (limited to 'include/freetype/tttables.h')
-rw-r--r--include/freetype/tttables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/tttables.h b/include/freetype/tttables.h
index 30d5b71c8..05b630a2f 100644
--- a/include/freetype/tttables.h
+++ b/include/freetype/tttables.h
@@ -91,8 +91,8 @@ FT_BEGIN_HEADER
FT_UShort Flags;
FT_UShort Units_Per_EM;
- FT_Long Created [2];
- FT_Long Modified[2];
+ FT_ULong Created [2];
+ FT_ULong Modified[2];
FT_Short xMin;
FT_Short yMin;