mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[post] Add a hb_barrier()
This commit is contained in:
parent
4877405211
commit
0958929508
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue