You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /afdko/c/spot/sfnt_includes/sfnt_name.h, you define LANG_TAG_REC_SIZE for LangTagRecord, but it takes the SIZEOF() from the NameRecord struct instead of the LangTagRecord.
In /afdko/c/spot/sfnt_includes/sfnt_name.h, you define
LANG_TAG_REC_SIZE
forLangTagRecord
, but it takes theSIZEOF()
from theNameRecord
struct instead of theLangTagRecord
.Note that this bug doesn't actually have any effect because the
length
andoffset
fields of those structs both happen to have the same size.The text was updated successfully, but these errors were encountered: