From 29ce2cc87307dc7109141feecf744c347c3c0969 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 9 Sep 2018 12:38:32 -0400 Subject: [PATCH] ... --- coders/dot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coders/dot.c b/coders/dot.c index ef704c848..609f1096f 100644 --- a/coders/dot.c +++ b/coders/dot.c @@ -157,6 +157,7 @@ static Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception) /* Read SVG graph. */ + (void) CopyMagickString(read_info->magick,"SVG",MaxTextExtent); image=ReadImage(read_info,exception); (void) RelinquishUniqueFileResource(read_info->filename); read_info=DestroyImageInfo(read_info); -- 2.40.0