summaryrefslogtreecommitdiff
path: root/thirdparty/harfbuzz/src/hb-uniscribe.cc
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2021-12-15 14:56:47 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-12 10:17:30 +0200
commitb63aced768e1960cb4c768ee10beaa675d91a795 (patch)
tree1f6bbdc65316c3ef4d4488cb1907283499f5260a /thirdparty/harfbuzz/src/hb-uniscribe.cc
parente664d195cbaa5ebc7a9926a8afc432296ff08588 (diff)
HarfBuzz: Update to version 3.2.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-uniscribe.cc')
-rw-r--r--thirdparty/harfbuzz/src/hb-uniscribe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-uniscribe.cc b/thirdparty/harfbuzz/src/hb-uniscribe.cc
index 3dc4c0937d..0e5a114f7d 100644
--- a/thirdparty/harfbuzz/src/hb-uniscribe.cc
+++ b/thirdparty/harfbuzz/src/hb-uniscribe.cc
@@ -878,7 +878,7 @@ retry:
if (backward)
hb_buffer_reverse (buffer);
- buffer->unsafe_to_break_all ();
+ buffer->clear_glyph_flags (HB_GLYPH_FLAG_UNSAFE_TO_BREAK);
/* Wow, done! */
return true;