提交 1b38b4e8 编写于 作者: B Behdad Esfahbod

Minor

上级 f7e81ce0
......@@ -75,7 +75,7 @@ struct SingleSubstFormat1
inline bool serialize (hb_serialize_context_t *c,
const USHORT *glyphs,
unsigned int num_glyphs,
unsigned int delta)
int delta)
{
TRACE_SERIALIZE ();
if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false);
......@@ -208,7 +208,7 @@ struct SingleSubst
TRACE_SERIALIZE ();
if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false);
unsigned int format = 2;
unsigned int delta;
int delta;
if (num_glyphs) {
format = 1;
/* TODO(serialize) check for wrap-around */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册