File difference report generated by CSDiff by ComponentSoftware on 31/01/2008 20:33

Base file: D:\dev2\source\libs\tiff-v3.5.7\libtiff\tif_zip.c
Compared file: D:\dev2\work\cximage6\tiff\tif_zip.c

231c231
< 		    if (sp->stream.avail_out != tif->tif_rawdatasize) {
---
> 		    if ((int)sp->stream.avail_out != tif->tif_rawdatasize) {


<---------------------  End of report  --------------------->

