From: Michiharu Ariza Date: Wed, 5 Dec 2018 07:23:23 +0000 (-0800) Subject: refix X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c01a5f32a33fa875de68ca29a4672fd36a05245b;p=platform%2Fupstream%2FlibHarfBuzzSharp.git refix --- diff --git a/src/hb-cff-interp-dict-common.hh b/src/hb-cff-interp-dict-common.hh index f84f26c..0ffd4ce 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_part <= MAX_FRACT / 10))) + if (likely ((frac_part <= MAX_FRACT / 10))) { frac_part = (frac_part * 10) + d; frac_count++;