From 7f22306a8c9f8ec47b478dd1e3f9ccfc1d68537b Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 12 Mar 2011 01:37:20 +0000 Subject: [PATCH] --- ChangeLog | 4 +++- magick/blob.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 551cc82f7..1ec50a23d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,9 @@ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18253). 2011-03-10 6.6.8-4 Cristy - * Fx is a mathematicals function. Do not treat transparency as black. + * Fx is a mathematical function. Do not treat transparency as black. + * No image scene suffix for filenames that include a single bracket (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18267). 2011-03-10 6.6.8-3 Cristy * New version 6.6.8-3. diff --git a/magick/blob.c b/magick/blob.c index d2d3b59f2..09f037085 100644 --- a/magick/blob.c +++ b/magick/blob.c @@ -2424,7 +2424,7 @@ MagickExport MagickBooleanType OpenBlob(const ImageInfo *image_info, { (void) CopyMagickString(filename,image->filename,MaxTextExtent); if ((image_info->adjoin == MagickFalse) || - (IsGlob(filename) != MagickFalse)) + (strchr(filename,'%') != (char *) NULL)) { /* Form filename for multi-part images. -- 2.40.0