summaryrefslogtreecommitdiff
path: root/tools/tiffinfo.c
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2008-12-29 23:44:18 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2008-12-29 23:44:18 +0000
commitdbd1873ffacd3d05026d6810eeb286c645500033 (patch)
treea8053c2d994606410b24fc09cd582c98a604ff63 /tools/tiffinfo.c
parentbb8117904cec66f10d090cb5d0db28c0fc864c2a (diff)
downloadlibtiff-git-dbd1873ffacd3d05026d6810eeb286c645500033.tar.gz
* tools/tiffinfo.c (main): Offset to EXIF IFD requires a 64-bit
type now. Fixes crash when dumping files containing an EXIF IFD. * m4/libtool.m4: Update to libtool 2.2.6.
Diffstat (limited to 'tools/tiffinfo.c')
-rw-r--r--tools/tiffinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffinfo.c b/tools/tiffinfo.c
index 8c540620..84c700fe 100644
--- a/tools/tiffinfo.c
+++ b/tools/tiffinfo.c
@@ -1,4 +1,4 @@
-/* $Id: tiffinfo.c,v 1.10 2008-01-01 15:49:01 fwarmerdam Exp $ */
+/* $Id: tiffinfo.c,v 1.11 2008-12-29 23:44:19 bfriesen Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -130,7 +130,7 @@ main(int argc, char* argv[])
tiffinfo(tif, order, flags);
} else {
do {
- uint32 offset;
+ uint64 offset;
tiffinfo(tif, order, flags);
if (TIFFGetField(tif, TIFFTAG_EXIFIFD,