From: cristy Date: Fri, 11 Nov 2011 17:22:13 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02845b42be3d10f04141d8d57aa73167eeb7ee0e;p=imagemagick --- 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