From: Cristy Date: Mon, 17 Apr 2017 00:17:08 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.5-5~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f51fd2ead40294146293e160441d622e07027669;p=imagemagick ... --- diff --git a/MagickCore/string.c b/MagickCore/string.c index d459844d2..142f229dd 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -1127,11 +1127,6 @@ MagickExport ssize_t FormatMagickSize(const MagickSizeType size, (void) FormatLocaleString(q,MagickPathExtent,"%.20g",extent); if (strtod(p,(char **) NULL) == strtod(q,(char **) NULL)) { -#if defined(_MSC_VER) && (_MSC_VER == 1200) - extent=(double) ((MagickOffsetType) size); -#else - extent=(double) size; -#endif if (suffix == (const char *) NULL) count=FormatLocaleString(format,length,"%.20g%s",extent,units[0]); else