]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <mikayla-grace@urban-warrior.org>
Mon, 8 Apr 2019 12:32:14 +0000 (08:32 -0400)
committerCristy <mikayla-grace@urban-warrior.org>
Mon, 8 Apr 2019 12:32:14 +0000 (08:32 -0400)
MagickCore/cache.c

index f72ff55b6e7a2cf5126f50c8ad89fdf33c5c30f1..f521a09a08d71c826b0a76d15eb4eb2b1066f5a4 100644 (file)
@@ -3404,8 +3404,8 @@ static MagickBooleanType MaskPixelCacheNexus(Image *image,NexusInfo *nexus_info,
   if (cache_info == (Cache) NULL)
     return(MagickFalse);
   p=GetAuthenticPixelCacheNexus(image,nexus_info->region.x,nexus_info->region.y,
-    nexus_info->region.width,nexus_info->region.height,nexus_info->virtual_nexus,
-    exception);
+    nexus_info->region.width,nexus_info->region.height,
+    nexus_info->virtual_nexus,exception);
   q=nexus_info->pixels;
   number_pixels=(MagickSizeType) nexus_info->region.width*
     nexus_info->region.height;