]> granicus.if.org Git - imagemagick/commitdiff
Code cleanup.
authordirk <dirk@git.imagemagick.org>
Wed, 21 Jan 2015 20:28:28 +0000 (20:28 +0000)
committerdirk <dirk@git.imagemagick.org>
Wed, 21 Jan 2015 20:28:28 +0000 (20:28 +0000)
Magick++/lib/Image.cpp

index d322b2e4d5e138eca929245f0c7d9acd54f5aa65..809118c3574e6e1a54fcdb654987342063312e72 100644 (file)
@@ -1577,7 +1577,7 @@ size_t Magick::Image::totalColors(void) const
     colors;
 
   GetPPException;
-  colors=GetNumberColors(constImage(),0,exceptionInfo);
+  colors=GetNumberColors(constImage(),(FILE *) NULL,exceptionInfo);
   ThrowImageException;
   return colors;
 }