From 024cad62a98bdbff81e1b54f837f42c59b865cd5 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 12 Feb 2012 19:21:54 +0000 Subject: [PATCH] --- coders/tiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0