[buffer] Change nil buffer have_output to false
Seems like a historical artefact that it was true.
This commit is contained in:
parent
40884af17e
commit
69310f14a6
|
@ -630,7 +630,7 @@ DEFINE_NULL_INSTANCE (hb_buffer_t) =
|
||||||
HB_BUFFER_CONTENT_TYPE_INVALID,
|
HB_BUFFER_CONTENT_TYPE_INVALID,
|
||||||
HB_SEGMENT_PROPERTIES_DEFAULT,
|
HB_SEGMENT_PROPERTIES_DEFAULT,
|
||||||
false, /* successful */
|
false, /* successful */
|
||||||
true, /* have_output */
|
false, /* have_output */
|
||||||
true /* have_positions */
|
true /* have_positions */
|
||||||
|
|
||||||
/* Zero is good enough for everything else. */
|
/* Zero is good enough for everything else. */
|
||||||
|
|
Loading…
Reference in New Issue