mirror of https://github.com/freetype/freetype
[base] Fix Savannah bug #44284.
* src/base/ftcalc.c (FT_MulFix): Typos.
This commit is contained in:
parent
1f7a4e1f40
commit
d3240c56e5
|
@ -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…
Reference in New Issue