[buffer] Change nil buffer have_output to false

Seems like a historical artefact that it was true.
pull/3056/head
Behdad Esfahbod 3 years ago
parent 40884af17e
commit 69310f14a6
  1. 2
      src/hb-buffer.cc

@ -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. */

Loading…
Cancel
Save