added parentheses to FDSelect::sanitize as well

This commit is contained in:
Michiharu Ariza 2019-06-03 16:40:03 -07:00
parent 65e66a2d37
commit 12febd68d6
1 changed files with 2 additions and 2 deletions

View File

@ -655,9 +655,9 @@ struct FDSelect {
TRACE_SANITIZE (this);
return_trace (likely (c->check_struct (this) && (format == 0 || format == 3) &&
(format == 0)?
((format == 0)?
u.format0.sanitize (c, fdcount):
u.format3.sanitize (c, fdcount)));
u.format3.sanitize (c, fdcount))));
}
bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs)