]> granicus.if.org Git - imagemagick/commitdiff
Fixed true/false mixup in image->taint logging
authorglennrp <glennrp@git.imagemagick.org>
Sun, 26 Oct 2014 21:30:02 +0000 (21:30 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sun, 26 Oct 2014 21:30:02 +0000 (21:30 +0000)
coders/png.c

index 9e64f65ce7846515a0a3b51af3a1e4c2090e2df2..966f850ebcfb6f5f2307b5b2b3602b1214e17f19 100644 (file)
@@ -8210,8 +8210,8 @@ static MagickBooleanType WriteOnePNGImage(MngInfo *mng_info,
           (void) LogMagickEvent(CoderEvent,GetMagickModule(),
           "    image->storage_class=PseudoClass");
       (void) LogMagickEvent(CoderEvent,GetMagickModule(), image->taint ?
-          "    image->taint=MagickFalse":
-          "    image->taint=MagickTrue");
+          "    image->taint=MagickTrue":
+          "    image->taint=MagickFalse");
     }
 
   if (image->storage_class == PseudoClass &&