fix to get rid of compile warning

This commit is contained in:
David Turner 2000-03-13 13:02:57 +00:00
parent 7f7aadf4f7
commit 757429fdc9
1 changed files with 1 additions and 1 deletions

View File

@ -4131,7 +4131,7 @@ Scan_DropOuts :
ras.dropout_mode = 2; ras.dropout_mode = 2;
#endif #endif
ras.second_pass = (outline->flags & ft_outline_single_pass) == 0; ras.second_pass = (outline->flags & ft_outline_single_pass) == 0;
SET_High_Precision( outline->flags & ft_outline_high_precision ); SET_High_Precision( (char)outline->flags & ft_outline_high_precision );
switch ( target_map->pixel_mode ) switch ( target_map->pixel_mode )
{ {