提交 e44046ec 编写于 作者: B Behdad Esfahbod

Minor

上级 752bd8a1
...@@ -1060,9 +1060,8 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face, ...@@ -1060,9 +1060,8 @@ hb_ot_layout_lookups_substitute_closure (hb_face_t *face,
for (unsigned int i = 0; i < gsub.get_lookup_count (); i++) for (unsigned int i = 0; i < gsub.get_lookup_count (); i++)
gsub.get_lookup (i).closure (&c, i); gsub.get_lookup (i).closure (&c, i);
} }
iteration_count++; } while (iteration_count++ <= HB_CLOSURE_MAX_STAGES &&
} while (iteration_count <= HB_CLOSURE_MAX_STAGES glyphs_length != glyphs->get_population ());
&& glyphs_length != glyphs->get_population ());
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册