From 0daa8e788287feeedd328c9902e3c494409df7cb Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 15 Jul 2016 20:55:42 -0400 Subject: [PATCH] ... --- coders/caption.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coders/caption.c b/coders/caption.c index 6bdb69866..ceedbf26b 100644 --- a/coders/caption.c +++ b/coders/caption.c @@ -178,8 +178,7 @@ static Image *ReadCAPTIONImage(const ImageInfo *image_info, { split=MagickTrue; text=AcquireString(caption); - i=FormatMagickCaption(image,draw_info,split,&metrics,&text, - exception); + i=FormatMagickCaption(image,draw_info,split,&metrics,&text,exception); (void) CloneString(&draw_info->text,text); text=DestroyString(text); (void) FormatLocaleString(geometry,MagickPathExtent,"%+g%+g", -- 2.50.1