mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-17 02:35:52 +00:00
Minor
This commit is contained in:
parent
dc228048a8
commit
7c469c3ca4
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ struct Script
|
|||
|
||||
inline bool sanitize (SANITIZE_ARG_DEF) {
|
||||
TRACE_SANITIZE ();
|
||||
return SANITIZE_THIS (defaultLangSys) && SANITIZE_THIS (langSys);
|
||||
return SANITIZE_THIS2 (defaultLangSys, langSys);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue