From 02845b42be3d10f04141d8d57aa73167eeb7ee0e Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 11 Nov 2011 17:22:13 +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 5425e7774..3969fc42d 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -674,7 +674,7 @@ static void TIFFGetEXIFProperties(TIFF *tiff,Image *image, longy; if (TIFFGetField(tiff,exif_info[i].tag,&longy,&sans) != 0) - (void) FormatLocaleString(value,MaxTextExtent,"%ld",longy); + (void) FormatLocaleString(value,MaxTextExtent,"%lld",longy); break; } #endif -- 2.40.0