commit | 05c17787c4fc5283925920b546952ccca0ba4a00 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:55:08 2021 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Jul 12 16:55:08 2021 -0600 |
tree | 58b339187686be6b0668674b2efc60a4fb312514 | |
parent | 1cb0ca1f2cc24092e2977ac7b12274c399d6814a [diff] |
[buffer] Rewind cursor in clear_output()
diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 7aa37ea..7ca988d 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc
@@ -297,6 +297,7 @@ have_output = true; have_positions = false; + idx = 0; out_len = 0; out_info = info; }