util: Add missing field initialisers in constructor (#410)
Coverity ID: 141042
This commit is contained in:
parent
73c6dcbb45
commit
925ceacfed
@ -35,7 +35,9 @@ struct output_buffer_t
|
||||
format (parser),
|
||||
gs (NULL),
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user