提交 58ce477a 编写于 作者: R Rod Sheeter

[subset] Report failure more often

上级 51a0129f
......@@ -104,11 +104,11 @@ struct glyf
loca_prime_data,
free);
plan->add_table (HB_OT_TAG_loca, loca_blob);
_add_head_and_set_loca_version(plan, use_short_loca);
bool result = plan->add_table (HB_OT_TAG_loca, loca_blob)
&& _add_head_and_set_loca_version(plan, use_short_loca);
hb_blob_destroy (loca_blob);
return true;
return result;
}
template<typename EntryType, typename IteratorIn, typename IteratorOut,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册