summaryrefslogtreecommitdiff
path: root/libtiff/tif_zip.c
diff options
context:
space:
mode:
authorJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-28 12:43:07 +0000
committerJoris Van Damme <joris.at.lebbeke@skynet.be>2007-06-28 12:43:07 +0000
commit579d12785cc0b0b76a776ef6ee613fad55499aae (patch)
treee37c106a5ade3a5da2baa7b005dac0927b1e2e49 /libtiff/tif_zip.c
parent100fb620daeb9e350372a265c5089b7238ad281f (diff)
downloadlibtiff-git-579d12785cc0b0b76a776ef6ee613fad55499aae.tar.gz
BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structure
Diffstat (limited to 'libtiff/tif_zip.c')
-rw-r--r--libtiff/tif_zip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tif_zip.c b/libtiff/tif_zip.c
index fdd093dc..68a10038 100644
--- a/libtiff/tif_zip.c
+++ b/libtiff/tif_zip.c
@@ -1,4 +1,4 @@
-/* $Id: tif_zip.c,v 1.22 2007-06-27 16:09:58 joris Exp $ */
+/* $Id: tif_zip.c,v 1.23 2007-06-28 12:43:08 joris Exp $ */
/*
* Copyright (c) 1995-1997 Sam Leffler
@@ -379,7 +379,7 @@ ZIPVGetField(TIFF* tif, uint32 tag, va_list ap)
}
static const TIFFFieldInfo zipFieldInfo[] = {
- { TIFFTAG_ZIPQUALITY, 0, 0, TIFF_ANY, TIFF_SETGET_INT, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "", NULL },
+ { TIFFTAG_ZIPQUALITY, 0, 0, TIFF_ANY, 0, TIFF_SETGET_INT, TIFF_SETGET_UNDEFINED, FIELD_PSEUDO, TRUE, FALSE, "", NULL },
};
int