]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 2 May 2015 17:23:57 +0000 (17:23 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 2 May 2015 17:23:57 +0000 (17:23 +0000)
MagickCore/blob.c

index dccc8391c35c26b4f049988dda61e347bf330fd9..8b9e6d3666d3ad026cd5bb8502b8c8a04c1b936b 100644 (file)
@@ -3767,8 +3767,7 @@ MagickExport MagickOffsetType SeekBlob(Image *image,
           image->blob->eof=MagickFalse;
           break;
         }
-      if ((image->blob->type == BlobStream) ||
-          (image->blob->mapped != MagickFalse))
+      if (image->blob->mapped != MagickFalse)
         {
           image->blob->eof=MagickTrue;
           return(-1);