[dfont] Make test pass

Offset 0 is not null in this context.
This commit is contained in:
Behdad Esfahbod 2018-09-13 18:47:53 +02:00
parent 29faebe911
commit bf852f0e62
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ struct ResourceRecord
HBINT16 nameOffset; /* Offset from beginning of resource name list
* to resource name, -1 means there is none. */
HBUINT8 attrs; /* Resource attributes */
OffsetTo<LArrayOf<HBUINT8>, HBUINT24>
OffsetTo<LArrayOf<HBUINT8>, HBUINT24, false>
offset; /* Offset from beginning of data block to
* data for this resource */
HBUINT32 reserved; /* Reserved for handle to resource */