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

Minor

上级 eb5ddd32
......@@ -270,7 +270,7 @@ struct SingleSubst
/* TODO(serialize) check for wrap-around */
delta = substitutes[0] - glyphs[0];
for (unsigned int i = 1; i < num_glyphs; i++)
if (delta != substitutes[i] - glyphs[i]) {
if (delta != (int) (substitutes[i] - glyphs[i])) {
format = 2;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册