From 1c2d21ce4b8f41b507d912a03453a9453bfe8a64 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 9 Sep 2018 12:09:53 -0400 Subject: [PATCH] ... --- coders/sfw.c | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/coders/sfw.c b/coders/sfw.c index f5a786124..0a908b2a3 100644 --- a/coders/sfw.c +++ b/coders/sfw.c @@ -350,6 +350,7 @@ static Image *ReadSFWImage(const ImageInfo *image_info,ExceptionInfo *exception) /* Read JPEG image. */ + (void) CopyMagickString(read_info->magick,"JPEG",MagickPathExtent); jpeg_image=ReadImage(read_info,exception); (void) RelinquishUniqueFileResource(read_info->filename); read_info=DestroyImageInfo(read_info); diff --git a/configure b/configure index ddbc3bc64..6840f4dd6 100755 --- a/configure +++ b/configure @@ -4555,7 +4555,7 @@ MAGICK_PATCHLEVEL_VERSION=12 MAGICK_VERSION=7.0.8-12 -MAGICK_GIT_REVISION=14738:f0e35243b:20180901 +MAGICK_GIT_REVISION=14772:e1713562a:20180909 # Substitute library versioning -- 2.40.0