This commit is contained in:
Werner Lemberg 2017-03-06 20:29:26 +01:00
parent c1b000da00
commit b1a98f9e0a
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ FT_BEGIN_HEADER
#define FT_STREAM_READ_AT( position, buffer, count ) \
FT_SET_ERROR( FT_Stream_ReadAt( stream, \
(FT_ULong)(position), \
(FT_Byte*)buffer, \
(FT_Byte*)(buffer), \
(FT_ULong)(count) ) )
#define FT_STREAM_READ_FIELDS( fields, object ) \