commit | 02845b42be3d10f04141d8d57aa73167eeb7ee0e | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Nov 11 17:22:13 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Nov 11 17:22:13 2011 +0000 |
tree | 6bcaa6847e31ba116dd81a0991453f76ff9a13ce | |
parent | d6217e629c19b25456990309b9abcb1f7b405f25 [diff] [blame] |
diff --git a/coders/tiff.c b/coders/tiff.c index 5425e77..3969fc4 100644 --- a/coders/tiff.c +++ b/coders/tiff.c
@@ -674,7 +674,7 @@ 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