提交 24f1d962 编写于 作者: B Behdad Esfahbod
上级 e46c51f1
...@@ -67,7 +67,10 @@ hb_options (void) ...@@ -67,7 +67,10 @@ hb_options (void)
u.i = _hb_options.get_relaxed (); u.i = _hb_options.get_relaxed ();
if (unlikely (!u.i)) if (unlikely (!u.i))
{
_hb_options_init (); _hb_options_init ();
u.i = _hb_options.get_relaxed ();
}
return u.opts; return u.opts;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册