提交 925ceacf 编写于 作者: P Philip Withnall 提交者: Behdad Esfahbod

util: Add missing field initialisers in constructor (#410)

Coverity ID: 141042
上级 73c6dcbb
...@@ -35,7 +35,9 @@ struct output_buffer_t ...@@ -35,7 +35,9 @@ struct output_buffer_t
format (parser), format (parser),
gs (NULL), gs (NULL),
line_no (0), line_no (0),
font (NULL) {} font (NULL),
output_format (HB_BUFFER_SERIALIZE_FORMAT_INVALID),
format_flags (HB_BUFFER_SERIALIZE_FLAG_DEFAULT) {}
void init (const font_options_t *font_opts) void init (const font_options_t *font_opts)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册