shithub: freetype+ttf2subf

Download patch

ref: 2066e0acd6e78520a4837e74a6d34aa41a2ce4d6
parent: c7bc9b79073562ff7cc2c3499e1b97343430eb88
author: David Turner <[email protected]>
date: Tue Sep 5 10:58:22 EDT 2006

fix stupid bug

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1689,6 +1689,7 @@
         ras.invalid   = 1;
         ras.min_ey    = band->min;
         ras.max_ey    = band->max;
+	ras.count_ey  = band->max - band->min;
 
         error = gray_convert_glyph_inner( RAS_VAR );