mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[ot-map] Minor
This commit is contained in:
parent
e8fccbc36b
commit
8be0e5fd45
1 changed files with 1 additions and 1 deletions
|
@ -79,8 +79,8 @@ void hb_ot_map_builder_t::add_feature (hb_tag_t tag,
|
|||
hb_ot_map_feature_flags_t flags,
|
||||
unsigned int value)
|
||||
{
|
||||
feature_info_t *info = feature_infos.push();
|
||||
if (unlikely (!tag)) return;
|
||||
feature_info_t *info = feature_infos.push();
|
||||
info->tag = tag;
|
||||
info->seq = feature_infos.len;
|
||||
info->max_value = value;
|
||||
|
|
Loading…
Add table
Reference in a new issue