提交 07ec7922 编写于 作者: B Behdad Esfahbod

Warning fix

上级 c32280b3
......@@ -90,7 +90,7 @@ png_dump (hb_face_t *face, unsigned int face_index)
unsigned int upem = hb_face_get_upem (face);
unsigned int blob_length = 0;
unsigned int strike = 0;
for (unsigned int ppem = 1; ppem <= upem; ppem++)
for (unsigned int ppem = 1; ppem < upem; ppem++)
{
hb_font_set_ppem (font, ppem, ppem);
hb_blob_t *blob = hb_ot_color_glyph_reference_png (font, sample_glyph_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册