From 4386f668ff8c0522bc4b36341d52edd5ad24df9c Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Mon, 11 Oct 2004 20:03:30 +0000 Subject: [PATCH] Type of the TIFFTAG_SUBIFD field changed to TIFF_IFD. --- libtiff/tif_dirinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tif_dirinfo.c b/libtiff/tif_dirinfo.c index a27378ee..049b9810 100644 --- a/libtiff/tif_dirinfo.c +++ b/libtiff/tif_dirinfo.c @@ -1,4 +1,4 @@ -/* $Id: tif_dirinfo.c,v 1.33 2004-10-08 14:06:16 fwarmerdam Exp $ */ +/* $Id: tif_dirinfo.c,v 1.34 2004-10-11 20:03:30 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -173,7 +173,7 @@ const TIFFFieldInfo tiffFieldInfo[] = { FALSE, FALSE, "TileByteCounts" }, { TIFFTAG_TILEBYTECOUNTS, -1, 1, TIFF_SHORT, FIELD_STRIPBYTECOUNTS, FALSE, FALSE, "TileByteCounts" }, - { TIFFTAG_SUBIFD, -1,-1, TIFF_LONG, FIELD_SUBIFD, + { TIFFTAG_SUBIFD, -1,-1, TIFF_IFD, FIELD_SUBIFD, TRUE, TRUE, "SubIFD" }, { TIFFTAG_INKSET, 1, 1, TIFF_SHORT, FIELD_INKSET, FALSE, FALSE, "InkSet" },