diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-10-02 15:01:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-10-02 15:01:23 +0200 |
commit | 991b741f6c4a3b7968662c318077c8af6932d7e2 (patch) | |
tree | f2a46f72a403341062e84df84a261909736f169b /thirdparty/harfbuzz/src/hb-ot-post-table.hh | |
parent | 2bd0fd8e3d7eabe57569096646bb6e939431ee28 (diff) | |
parent | b6a369de79203a73c3318f4195777edec68399a6 (diff) | |
download | redot-engine-991b741f6c4a3b7968662c318077c8af6932d7e2.tar.gz |
Merge pull request #97677 from bruvzg/hb1001
Update HarfBuzz to 10.0.1
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-ot-post-table.hh')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-ot-post-table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/harfbuzz/src/hb-ot-post-table.hh b/thirdparty/harfbuzz/src/hb-ot-post-table.hh index 4191879037..18ecea1825 100644 --- a/thirdparty/harfbuzz/src/hb-ot-post-table.hh +++ b/thirdparty/harfbuzz/src/hb-ot-post-table.hh @@ -301,7 +301,7 @@ struct post return_trace (c->check_struct (this) && hb_barrier () && (version.to_int () == 0x00010000 || - (version.to_int () == 0x00020000 && v2X.sanitize (c)) || + (version.to_int () == 0x00020000 && hb_barrier () && v2X.sanitize (c)) || version.to_int () == 0x00030000)); } |