[buffer] Rewind cursor in clear_output()

pull/3027/head
Behdad Esfahbod 3 years ago
parent 1cb0ca1f2c
commit 05c17787c4
  1. 1
      src/hb-buffer.cc

@ -297,6 +297,7 @@ hb_buffer_t::clear_output ()
have_output = true;
have_positions = false;
idx = 0;
out_len = 0;
out_info = info;
}

Loading…
Cancel
Save