Commit 336735d8de0bc5f9ef8018ae11d322cb6e59fa4a

Alexei Podtelezhnikov 2014-09-03T22:55:26

[base] Tighten the overflow check in `FT_DivFix'. This fixes a 13-year old bug. The original overflow check should have been updated when rounding was introduced into this function (c2cd00443b). * src/base/ftcalc.c (FT_DivFix) [!FT_LONG64]: Updated. * include/freetype.h (FT_DivFix): Updated documentation.