From 757429fdc9deda34c458a251fdfd35e080dc19ac Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 13 Mar 2000 13:02:57 +0000 Subject: [PATCH] fix to get rid of compile warning --- src/base/ftraster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ftraster.c b/src/base/ftraster.c index f24926ad4..40d8bd8ff 100644 --- a/src/base/ftraster.c +++ b/src/base/ftraster.c @@ -4131,7 +4131,7 @@ Scan_DropOuts : 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 ) {