From: Behdad Esfahbod Date: Thu, 13 Sep 2018 16:47:53 +0000 (+0200) Subject: [dfont] Make test pass X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf852f0e62a8bdbb809af6a975f8ae8eed708d70;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [dfont] Make test pass Offset 0 is not null in this context. --- diff --git a/src/hb-open-file.hh b/src/hb-open-file.hh index d3e8722..b960d62 100644 --- a/src/hb-open-file.hh +++ b/src/hb-open-file.hh @@ -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, HBUINT24> + OffsetTo, HBUINT24, false> offset; /* Offset from beginning of data block to * data for this resource */ HBUINT32 reserved; /* Reserved for handle to resource */