[buffer] Change nil buffer have_output to false

Seems like a historical artefact that it was true.
This commit is contained in:
Behdad Esfahbod 2021-07-09 17:24:29 -06:00
parent 40884af17e
commit 69310f14a6
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ DEFINE_NULL_INSTANCE (hb_buffer_t) =
HB_BUFFER_CONTENT_TYPE_INVALID,
HB_SEGMENT_PROPERTIES_DEFAULT,
false, /* successful */
true, /* have_output */
false, /* have_output */
true /* have_positions */
/* Zero is good enough for everything else. */