From: cristy Date: Thu, 22 Apr 2010 16:38:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9607 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9e3136b67452886b79d8982672cd21146e4c857;p=imagemagick --- diff --git a/magick/blob.c b/magick/blob.c index b0bd22a1b..4cc85876d 100644 --- a/magick/blob.c +++ b/magick/blob.c @@ -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.