shithub: freetype+ttf2subf

Download patch

ref: 472119ac5643154a50608d94435641a10bf566bf
parent: 75534a04327b54f04461a659a92f0b1cd04ac42c
author: Ashish Azad <[email protected]>
date: Sat Jun 6 01:45:17 EDT 2015

Fix Savannah bug #45260.

* src/pfr/pfrdrivr.c (pfr_get_kerning): Fix typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-06  Ashish Azad  <[email protected]>
+
+	Fix Savannah bug #45260.
+
+	* src/pfr/pfrdrivr.c (pfr_get_kerning): Fix typo.
+
 2015-06-03  Werner Lemberg  <[email protected]>
 
 	[truetype] Fix memory leak.
--- a/src/pfr/pfrdrivr.c
+++ b/src/pfr/pfrdrivr.c
@@ -48,7 +48,7 @@
                                 (FT_Long)phys->metrics_resolution );
 
       if ( avector->y != 0 )
-        avector->y = FT_MulDiv( avector->x,
+        avector->y = FT_MulDiv( avector->y,
                                 (FT_Long)phys->outline_resolution,
                                 (FT_Long)phys->metrics_resolution );
     }