提交 2ba984fc 编写于 作者: B Behdad Esfahbod

Fix signed comparison on 32bit

上级 dfc57802
......@@ -175,7 +175,7 @@ struct hb_sanitize_context_t :
else
{
this->start = obj_start;
this->end = obj_start + hb_min (this->end - obj_start, obj->get_size ());
this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册