]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 Mar 2012 22:52:52 +0000 (22:52 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 Mar 2012 22:52:52 +0000 (22:52 +0000)
MagickWand/wandtest.c

index d85bec0789c5d1ae475856573b1d9a37d6bb99b6..c4ee89ccb7e10f0623c760cbfb21e248111fbd30 100644 (file)
@@ -5359,7 +5359,7 @@ int main(int argc,char **argv)
         }
   }
   (void) MagickSetIteratorIndex(magick_wand,3);
-  status=MagickResizeImage(magick_wand,50,50,UndefinedFilter,1.0);
+  status=MagickResizeImage(magick_wand,50,50,UndefinedFilter);
   if (status == MagickFalse)
     ThrowAPIException(magick_wand);
   MagickResetIterator(magick_wand);