ref: 757429fdc9deda34c458a251fdfd35e080dc19ac
parent: 7f7aadf4f7edfd29e0b9879791f897464d1d9e9f
author: David Turner <[email protected]>
date: Mon Mar 13 08:02:57 EST 2000
fix to get rid of compile warning
--- a/src/base/ftraster.c
+++ b/src/base/ftraster.c
@@ -4131,7 +4131,7 @@
ras.dropout_mode = 2;
#endif
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 )
{