fix stupid bug

This commit is contained in:
David Turner 2006-09-05 14:58:22 +00:00
parent c7bc9b7907
commit 2066e0acd6
1 changed files with 1 additions and 0 deletions

View File

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