From 819dbc3fc3fe269daadcc5ff7eb36858b465f556 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 17 Mar 2018 14:30:24 -0400 Subject: [PATCH] ... --- coders/label.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/label.c b/coders/label.c index e557ea134..0a4201114 100644 --- a/coders/label.c +++ b/coders/label.c @@ -135,8 +135,8 @@ static Image *ReadLABELImage(const ImageInfo *image_info, label=GetImageProperty(image,"label",exception); draw_info=CloneDrawInfo(image_info,(DrawInfo *) NULL); draw_info->text=ConstantString(label); - metrics.width=0; - metrics.height=0; + metrics.width=0.0; + metrics.height=0.0; metrics.ascent=0.0; status=GetMultilineTypeMetrics(image,draw_info,&metrics,exception); if ((image->columns == 0) && (image->rows == 0)) -- 2.40.0