~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Source/LibTIFF/tif_dumpmode.c

  • Committer: Stefano Rivera
  • Date: 2010-07-24 15:35:51 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: stefanor@ubuntu.com-20100724153551-6s3fth1653huk31a
Tags: upstream-3.13.1
ImportĀ upstreamĀ versionĀ 3.31.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Header: /cvsroot/freeimage/FreeImage/Source/LibTIFF/tif_dumpmode.c,v 1.20 2007/11/10 18:41:05 drolon Exp $ */
 
1
/* $Header: /cvsroot/freeimage/FreeImage/Source/LibTIFF/tif_dumpmode.c,v 1.28 2009/11/07 19:18:27 drolon Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright (c) 1988-1997 Sam Leffler
71
71
DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s)
72
72
{
73
73
        (void) s;
 
74
/*         fprintf(stderr,"DumpModeDecode: scanline %ld, expected %ld bytes, got %ld bytes\n", */
 
75
/*                 (long) tif->tif_row, (long) tif->tif_rawcc, (long) cc); */
74
76
        if (tif->tif_rawcc < cc) {
75
77
                TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
76
78
                    "DumpModeDecode: Not enough data for scanline %d",