From 2066e0acd6e78520a4837e74a6d34aa41a2ce4d6 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 5 Sep 2006 14:58:22 +0000 Subject: [PATCH] fix stupid bug --- src/smooth/ftgrays.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index 600c96764..5a165717d 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 );