提交 e5edcc81 编写于 作者: G Garret Rieger

[subset] Fix codepoint iteration in hb-subset-test.

上级 8b1dbbef
......@@ -96,7 +96,7 @@ hb_subset_test_create_subset (hb_face_t *source,
hb_subset_input_t *input = hb_subset_input_create_or_fail ();
hb_set_t * input_codepoints = hb_subset_input_unicode_set (input);
hb_codepoint_t codepoint;
hb_codepoint_t codepoint = -1;
while (hb_set_next (codepoints, &codepoint)) {
hb_set_add (input_codepoints, codepoint);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册