提交 93739242 编写于 作者: M Michiharu Ariza

minor edit

上级 eebc21c8
......@@ -170,8 +170,7 @@ struct hb_map_t
void clear ()
{
if (items)
memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t));
if (items) memset (items, 0xFF, ((size_t) mask + 1) * sizeof (item_t));
population = occupancy = 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册