From 6ae4c1af8f717cdbe3b35d90c245ddf8f9c32b1f Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 8 Jun 2012 22:55:16 +0000 Subject: [PATCH] --- MagickCore/montage.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MagickCore/montage.c b/MagickCore/montage.c index 900e300bf..90dfae11d 100644 --- a/MagickCore/montage.c +++ b/MagickCore/montage.c @@ -496,9 +496,8 @@ MagickExport Image *MontageImageList(const ImageInfo *image_info, */ flags=GetGeometry(montage_info->geometry,&extract_info.x,&extract_info.y, &extract_info.width,&extract_info.height); - if ((extract_info.x == 0) && (extract_info.y == 0)) - concatenate=((flags & RhoValue) == 0) && ((flags & SigmaValue) == 0) ? - MagickTrue : MagickFalse; + concatenate=((flags & RhoValue) == 0) && ((flags & SigmaValue) == 0) ? + MagickTrue : MagickFalse; } border_width=montage_info->border_width; bevel_width=0; -- 2.50.1