]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 21 Jan 2017 14:04:33 +0000 (09:04 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 21 Jan 2017 14:04:33 +0000 (09:04 -0500)
coders/svg.c

index e9e9310c8cbd678dcdefc2ff35c10a7a283b7dbe..193e53ead014ef8572e0500d61beb2a0dcdb0f7f 100644 (file)
@@ -3521,7 +3521,7 @@ static MagickBooleanType TraceSVGImage(Image *image,ExceptionInfo *exception)
     ImageType
       type;
 
-    register const PixelPacket
+    register const Quantum
       *p;
 
     register ssize_t
@@ -3549,7 +3549,7 @@ static MagickBooleanType TraceSVGImage(Image *image,ExceptionInfo *exception)
     for (y=0; y < (ssize_t) image->rows; y++)
     {
       p=GetVirtualPixels(image,0,y,image->columns,1,exception);
-      if (p == (const PixelPacket *) NULL)
+      if (p == (const Quantum *) NULL)
         break;
       for (x=0; x < (ssize_t) image->columns; x++)
       {