]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 20 Jan 2018 19:51:22 +0000 (14:51 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 20 Jan 2018 19:51:22 +0000 (14:51 -0500)
MagickCore/magick-type.h

index 1962da0ea6aa4a6ecdd9065eb921406ac0c60100..b5229de6ad546e370bc6fa9d23416c7e62028c3f 100644 (file)
@@ -179,7 +179,7 @@ typedef enum
 #  define IsNaN(a) (a != a)
 #endif
 #if !defined(INFINITY)
-#  define INFINITY (-log(0))
+#  define INFINITY (-logf(0))
 #endif
 
 typedef struct _BlobInfo BlobInfo;