[name] Fix format of susbetted table to 0

This commit is contained in:
Behdad Esfahbod 2019-05-02 15:03:41 -07:00
parent 87810fc958
commit 0f1a6ce826

View File

@ -267,7 +267,7 @@ struct name
if (unlikely (!c->extend_min ((*this)))) return_trace (false); if (unlikely (!c->extend_min ((*this)))) return_trace (false);
this->format = source_name->format; this->format = 0;
this->count = name_record_idx_to_retain.length; this->count = name_record_idx_to_retain.length;
this->stringOffset = min_size + name_record_idx_to_retain.length * NameRecord::static_size; this->stringOffset = min_size + name_record_idx_to_retain.length * NameRecord::static_size;