From: Dirk Lemstra Date: Wed, 30 Aug 2017 19:51:23 +0000 (+0200) Subject: Status should be false when the compression is unsupported. X-Git-Tag: 7.0.7-0~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def8c5ed66e91ba28a526d806857a7568aa0bb1f;p=imagemagick Status should be false when the compression is unsupported. --- diff --git a/coders/psd.c b/coders/psd.c index 80df869c6..270d73fd6 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -1337,7 +1337,7 @@ static MagickBooleanType ReadPSDChannel(Image *image, } offset=TellBlob(image); - status=MagickTrue; + status=MagickFalse; switch(compression) { case Raw: