From: dirk Date: Wed, 15 Jun 2016 05:35:35 +0000 (+0200) Subject: Removed extra seek. X-Git-Tag: 7.0.2-1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b471462d64232e140ede8afa169f4e4789a7303;p=imagemagick Removed extra seek. --- 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);