[base] Fix Savannah bug #44284.

* src/base/ftcalc.c (FT_MulFix): Typos.
2.6.5
Werner Lemberg 10 years ago
parent 1f7a4e1f40
commit d3240c56e5
  1. 6
      ChangeLog
  2. 2
      src/base/ftcalc.c

@ -1,3 +1,9 @@
2015-02-17 Werner Lemberg <wl@gnu.org>
[base] Fix Savannah bug #44284.
* src/base/ftcalc.c (FT_MulFix): Typos.
2015-02-17 Werner Lemberg <wl@gnu.org>
[truetype] Finish compiler warning fixes for signedness issues.

@ -236,7 +236,7 @@
{
#ifdef FT_MULFIX_ASSEMBLER
return FT_MULFIX_ASSEMBLER( a, b );
return FT_MULFIX_ASSEMBLER( a_, b_ );
#else

Loading…
Cancel
Save