diff --git a/src/hb-cff-interp-dict-common.hh b/src/hb-cff-interp-dict-common.hh index ace91bea4..7eafc7c08 100644 --- a/src/hb-cff-interp-dict-common.hh +++ b/src/hb-cff-interp-dict-common.hh @@ -204,7 +204,7 @@ struct DictOpSet : OpSet break; case FRAC_PART: - if (likely ((fract_count <= MAX_FRACT / 10))) + if (likely ((frac_count <= MAX_FRACT / 10))) { frac_part = (frac_part * 10) + d; frac_count++;