Commit 2066e0acd6e78520a4837e74a6d34aa41a2ce4d6

David Turner 2006-09-05T14:58:22

fix stupid bug

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index 600c967..5a16571 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1689,6 +1689,7 @@ typedef struct TCell_
         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 );