From c535abe2aebf43d4b5b169c786f8cf8fb16c6c8b Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 5 Oct 2006 15:20:40 +0000 Subject: [PATCH] Fixed link to BigTIFF specification. --- libtiff/tiff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tiff.h b/libtiff/tiff.h index ad86db56..82116712 100644 --- a/libtiff/tiff.h +++ b/libtiff/tiff.h @@ -1,4 +1,4 @@ -/* $Id: tiff.h,v 1.42 2005-12-23 15:10:45 dron Exp $ */ +/* $Id: tiff.h,v 1.43 2006-10-05 15:20:40 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -43,7 +43,7 @@ * (http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf) * * For Big TIFF design notes see the following link - * http://gdal.maptools.org/twiki/bin/view/libtiff/BigTIFFDesign + * http://www.remotesensing.org/libtiff/bigtiffdesign.html */ #define TIFF_VERSION 42 #define TIFF_BIGTIFF_VERSION 43