From: cristy Date: Sun, 12 Feb 2012 19:21:54 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=024cad62a98bdbff81e1b54f837f42c59b865cd5;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index 4f8402aa5..af669d3cd 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -676,7 +676,7 @@ static void TIFFGetEXIFProperties(TIFF *tiff,Image *image, longy; if (TIFFGetField(tiff,exif_info[i].tag,&longy,&sans,&sans) != 0) - (void) FormatLocaleString(value,MaxTextExtent,"%lld",longy); + (void) FormatLocaleString(value,MaxTextExtent,"%.20g",(double) longy); break; } #endif