]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 18 Apr 2013 16:52:01 +0000 (16:52 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 18 Apr 2013 16:52:01 +0000 (16:52 +0000)
MagickCore/pixel.c

index 77c76094d249df726573f3ba25b353619017025c..13c94715bc8018e559b7ec8831a6adec364d73ab 100644 (file)
@@ -4890,8 +4890,8 @@ MagickExport MagickBooleanType InterpolatePixelChannels(const Image *source,
             x_offset--;
             y_offset--;
           }
-      p=GetCacheViewVirtualPixels(source_view,x_offset,y_offset,(size_t) count,(size_t)
-        count,exception);
+      p=GetCacheViewVirtualPixels(source_view,x_offset,y_offset,(size_t) count,
+        (size_t) count,exception);
       if (p == (const Quantum *) NULL)
         {
           status=MagickFalse;