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

Minor

上级 3a4784fe
......@@ -658,5 +658,6 @@ hb_ot_tag_to_language (hb_tag_t tag)
buf[4] = (tag >> 16) & 0xFF;
buf[5] = (tag >> 8) & 0xFF;
buf[6] = tag & 0xFF;
buf[7] = '\0';
return hb_language_from_string ((char *) buf);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册