summaryrefslogtreecommitdiff
path: root/tools/tiffsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tiffsplit.c')
-rw-r--r--tools/tiffsplit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffsplit.c b/tools/tiffsplit.c
index 4e4aa313..7699496f 100644
--- a/tools/tiffsplit.c
+++ b/tools/tiffsplit.c
@@ -1,4 +1,4 @@
-/* $Id: tiffsplit.c,v 1.14.2.5 2010-12-11 19:16:26 faxguy Exp $ */
+/* $Id: tiffsplit.c,v 1.14.2.6 2011-10-22 17:02:49 bfriesen Exp $ */
/*
* Copyright (c) 1992-1997 Sam Leffler
@@ -172,7 +172,7 @@ tiffcp(TIFF* in, TIFF* out)
CopyField(TIFFTAG_SAMPLESPERPIXEL, samplesperpixel);
CopyField(TIFFTAG_COMPRESSION, compression);
if (compression == COMPRESSION_JPEG) {
- uint16 count = 0;
+ uint32 count = 0;
void *table = NULL;
if (TIFFGetField(in, TIFFTAG_JPEGTABLES, &count, &table)
&& count > 0 && table) {