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

index a608b5997ff3ebb03506522d739484774698eafd..39ca1f8e37ed6c62b2658827f4b940fc2c4a562f 100644 (file)
@@ -2410,7 +2410,7 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info,
     {
       if (image_info->stream != (StreamHandler) NULL)
         image->blob->stream=(StreamHandler) image_info->stream;
-      image_info->blob->immutable=MagickTrue;
+      image->blob->immutable=MagickTrue;
       AttachBlob(image->blob,image_info->blob,image_info->length);
       return(MagickTrue);
     }