diff --git a/src/hb-ot-maxp-table.hh b/src/hb-ot-maxp-table.hh index 648f232d960c84036a4f7a8cc147f03a9820de50..198dd2518c37f28e0ab6672a02931c0d02dcd509 100644 --- a/src/hb-ot-maxp-table.hh +++ b/src/hb-ot-maxp-table.hh @@ -92,7 +92,7 @@ struct maxp if (version.major == 1) { const maxpV1Tail &v1 = StructAfter (*this); - return v1.sanitize (c); + return_trace (v1.sanitize (c)); } return_trace (likely (version.major == 0 && version.minor == 0x5000u)); }