From e52fb5e15dc71781878db31ac6f40829b6fce5c9 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 6 Apr 2012 23:30:20 +0000 Subject: [PATCH] --- MagickWand/operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickWand/operation.c b/MagickWand/operation.c index 2c1aae5ca..3be1d3459 100644 --- a/MagickWand/operation.c +++ b/MagickWand/operation.c @@ -3822,7 +3822,7 @@ WandExport void CLIListOperatorImages(MagickCLI *cli_wand, /* FUTURE - produce Exception, rather than silent fail */ if (clut_image == (Image *) NULL) break; - (void) ClutImage(new_images,clut_image,_images->interpolate,_exception); + (void) ClutImage(new_images,clut_image,new_images->interpolate,_exception); clut_image=DestroyImage(clut_image); break; } -- 2.40.0