提交 8c3a6727 编写于 作者: G Garret Rieger 提交者: Rod Sheeter

Get test-subset to pass.

上级 74d39ed2
...@@ -150,6 +150,6 @@ hb_subset(hb_subset_profile_t *profile, ...@@ -150,6 +150,6 @@ hb_subset(hb_subset_profile_t *profile,
{ {
if (!profile || !input || !face) return false; if (!profile || !input || !face) return false;
*result = hb_blob_get_empty(); *result = hb_face_reference_blob(face->face);
return true; return true;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册