Fix Savannah bug #33975.

* src/cff/cffparse.c (cff_parse_font_matrix): Fix typo.
This commit is contained in:
Werner Lemberg 2011-08-09 17:48:44 +02:00
parent 22e44e067b
commit b91e785308
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-08-09 Werner Lemberg <wl@gnu.org>
Fix Savannah bug #33975.
* src/cff/cffparse.c (cff_parse_font_matrix): Fix typo.
2011-07-29 Werner Lemberg <wl@gnu.org>
* Version 2.4.6 released.

View File

@ -481,7 +481,7 @@
matrix->xx = 0x10000L;
matrix->yx = 0;
matrix->yx = 0;
matrix->xy = 0;
matrix->yy = 0x10000L;
offset->x = 0;
offset->y = 0;