]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 22 Apr 2010 16:38:17 +0000 (16:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 22 Apr 2010 16:38:17 +0000 (16:38 +0000)
magick/blob.c

index b0bd22a1b33dec0d85b564382f1eb8589d8e6900..4cc85876dc1e485b9cf6f2b3af0e3819fab72711 100644 (file)
@@ -2330,7 +2330,8 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info,
   if (*type == 'w')
     {
       (void) CopyMagickString(filename,image->filename,MaxTextExtent);
-      if (image_info->adjoin == MagickFalse)
+      if ((image_info->adjoin == MagickFalse) ||
+          (IsGlob(filename) != MagickFalse))
         {
           /*
             Form filename for multi-part images.