summaryrefslogtreecommitdiff
path: root/src/winfonts/winfnt.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-01-08 10:06:19 +0000
committerDavid Turner <david@freetype.org>2003-01-08 10:06:19 +0000
commit57ce0bee449bfc6fa418f1492ef23cb4baeb7c95 (patch)
treef99c70ca3b0d220b0d4c56839869592318b5be1e /src/winfonts/winfnt.c
parent77b68b8e735cd9b6ad380855617117c4e89c88bb (diff)
downloadfreetype2-57ce0bee449bfc6fa418f1492ef23cb4baeb7c95.tar.gz
* src/winfonts/winfnt.c: read 16 bytes into "reserved2", not "reserved"
Diffstat (limited to 'src/winfonts/winfnt.c')
-rw-r--r--src/winfonts/winfnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winfonts/winfnt.c b/src/winfonts/winfnt.c
index 704064802..9d29b9b7d 100644
--- a/src/winfonts/winfnt.c
+++ b/src/winfonts/winfnt.c
@@ -106,7 +106,7 @@
FT_FRAME_USHORT_LE( B_space ),
FT_FRAME_USHORT_LE( C_space ),
FT_FRAME_USHORT_LE( color_table_offset ),
- FT_FRAME_BYTES ( reserved, 16 ),
+ FT_FRAME_BYTES ( reserved2, 16 ),
FT_FRAME_END
};