]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 11 Nov 2011 17:22:13 +0000 (17:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 11 Nov 2011 17:22:13 +0000 (17:22 +0000)
coders/tiff.c

index 5425e777427b7fd884e8c6ec31c5528dd8350b60..3969fc42d68d3080e2520035c31893b5700f0238 100644 (file)
@@ -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