commit | 40a08ad68a54b58140fc1b1f75df52d40c5cd5b3 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Feb 09 02:27:44 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Feb 09 02:27:44 2010 +0000 |
tree | 94911186b3cbcb02c21192a449c825af709aa81d | |
parent | 50620791fe05f21f0113727e36c36666573ca46a [diff] [blame] |
diff --git a/magick/blob.c b/magick/blob.c index 23b0a00..e96ebd7 100644 --- a/magick/blob.c +++ b/magick/blob.c
@@ -2325,9 +2325,7 @@ if (*type == 'w') { (void) CopyMagickString(filename,image->filename,MaxTextExtent); - if ((image_info->adjoin == MagickFalse) && - ((GetPreviousImageInList(image) != (Image *) NULL) || - (GetNextImageInList(image) != (Image *) NULL))) + if (image_info->adjoin == MagickFalse) { /* Form filename for multi-part images.