This commit is contained in:
Qunxin Liu 2020-04-01 16:49:53 -07:00 committed by Ebrahim Byagowi
parent 65f4136303
commit e0c3979af1
2 changed files with 2 additions and 2 deletions

View File

@ -2656,7 +2656,7 @@ struct FeatureTableSubstitution
+ substitutions.iter () + substitutions.iter ()
| hb_apply (subset_record_array (l, &(out->substitutions), this)) | hb_apply (subset_record_array (l, &(out->substitutions), this))
; ;
return_trace (bool (out->substitutions)); return_trace (true);
} }
bool sanitize (hb_sanitize_context_t *c) const bool sanitize (hb_sanitize_context_t *c) const

View File

@ -3125,7 +3125,7 @@ struct GSUBGPOS
if (!ret) if (!ret)
{ {
out->version.major = 1; out->version.major = 1;
out->version.major = 0; out->version.minor = 0;
} }
} }
#endif #endif