From 0b471462d64232e140ede8afa169f4e4789a7303 Mon Sep 17 00:00:00 2001 From: dirk Date: Wed, 15 Jun 2016 07:35:35 +0200 Subject: [PATCH] Removed extra seek. --- coders/psd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/psd.c b/coders/psd.c index 56845480e..f243cb588 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -1215,7 +1215,6 @@ static MagickBooleanType ReadPSDChannel(Image *image,const PSDInfo *psd_info, layer_info->channel_info[channel].type,compression, layer_info->channel_info[channel].size-2,exception); #else - SeekBlob(image,offset+layer_info->channel_info[channel].size-2,SEEK_SET); (void) ThrowMagickException(exception,GetMagickModule(), MissingDelegateWarning,"DelegateLibrarySupportNotBuiltIn", "'%s' (ZLIB)",image->filename); -- 2.40.0