patches from J.A.Strother

This commit is contained in:
Frank Warmerdam 2003-07-26 03:55:17 +00:00
parent 427105d24e
commit 19a03d4d01

View File

@ -1,5 +1,12 @@
2003-07-25 Frank Warmerdam <warmerdam@pobox.com> 2003-07-25 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_open.c: avoid signed/unsigned casting warning
initializing typemask as per patch from J.A. Strother.
* tools/tiffcp.c: fixed signed/unsigned casting warning.
* libtiff/tif_print.c: dos2unix conversion.
* tools/tiffsplit.c: increased the maximum number of pages that * tools/tiffsplit.c: increased the maximum number of pages that
can be split. Patch provided by Andrew J. Montalenti. can be split. Patch provided by Andrew J. Montalenti.