From: Cristy Date: Sun, 9 Sep 2018 16:38:32 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-12~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29ce2cc87307dc7109141feecf744c347c3c0969;p=imagemagick ... --- 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);