Fix Savannah bug #45260.

* src/pfr/pfrdrivr.c (pfr_get_kerning): Fix typo.
This commit is contained in:
Ashish Azad 2015-06-06 05:45:17 +02:00 committed by Werner Lemberg
parent 75534a0432
commit 472119ac56
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2015-06-06 Ashish Azad <ashish.azad@samsung.com>
Fix Savannah bug #45260.
* src/pfr/pfrdrivr.c (pfr_get_kerning): Fix typo.
2015-06-03 Werner Lemberg <wl@gnu.org>
[truetype] Fix memory leak.

View File

@ -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 );
}