Magellan Linux

Contents of /trunk/libtiff/patches/libtiff-3.7.4-assign-dont-compare.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 404 byte(s)
-import

1 --- libtiff/tif_write.c
2 +++ libtiff/tif_write.c
3 @@ -523,7 +523,7 @@ TIFFWriteCheck(TIFF* tif, int tiles, con
4 * because this field is used in other parts of library even
5 * in the single band case.
6 */
7 - tif->tif_dir.td_planarconfig == PLANARCONFIG_CONTIG;
8 + tif->tif_dir.td_planarconfig = PLANARCONFIG_CONTIG;
9 } else {
10 if (!TIFFFieldSet(tif, FIELD_PLANARCONFIG)) {
11 TIFFError(module,