shithub: freetype+ttf2subf

Download patch

ref: d3240c56e5b61a5cc2d3106f8611a1ab3bf8c007
parent: 1f7a4e1f4004b1742e552cc10a0ad3c6b88f94e1
author: Werner Lemberg <[email protected]>
date: Tue Feb 17 15:30:36 EST 2015

[base] Fix Savannah bug #44284.

* src/base/ftcalc.c (FT_MulFix): Typos.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2015-02-17  Werner Lemberg  <[email protected]>
 
+	[base] Fix Savannah bug #44284.
+
+	* src/base/ftcalc.c (FT_MulFix): Typos.
+
+2015-02-17  Werner Lemberg  <[email protected]>
+
 	[truetype] Finish compiler warning fixes for signedness issues.
 
 	* src/truetype/ttgxvar.c, src/truetype/ttsubpix.c,
--- a/src/base/ftcalc.c
+++ b/src/base/ftcalc.c
@@ -236,7 +236,7 @@
   {
 #ifdef FT_MULFIX_ASSEMBLER
 
-    return FT_MULFIX_ASSEMBLER( a, b );
+    return FT_MULFIX_ASSEMBLER( a_, b_ );
 
 #else