Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/libtiff/tif_codec.c

Issue 1563103002: XFA: Upgrade to libtiff 4.0.6. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rename to libtiff Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libtiff/tif_close.c ('k') | third_party/libtiff/tif_color.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_codec.c
diff --git a/third_party/tiff_v403/tif_codec.c b/third_party/libtiff/tif_codec.c
similarity index 97%
rename from third_party/tiff_v403/tif_codec.c
rename to third_party/libtiff/tif_codec.c
index 012a90b5e605c3d8ecb05e2dc6acf93847372222..7cb46f63042c78aa8cefda610a46829e7e66ebbc 100644
--- a/third_party/tiff_v403/tif_codec.c
+++ b/third_party/libtiff/tif_codec.c
@@ -1,4 +1,4 @@
-/* $Id: tif_codec.c,v 1.15 2010-12-14 12:53:00 dron Exp $ */
+/* $Id: tif_codec.c,v 1.17 2015-08-19 02:31:04 bfriesen Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -108,7 +108,7 @@ _notConfigured(TIFF* tif)
const TIFFCodec* c = TIFFFindCODEC(tif->tif_dir.td_compression);
char compression_code[20];
- sprintf( compression_code, "%d", tif->tif_dir.td_compression );
+ sprintf(compression_code, "%d",tif->tif_dir.td_compression );
TIFFErrorExt(tif->tif_clientdata, tif->tif_name,
"%s compression support is not configured",
c ? c->name : compression_code );
@@ -163,4 +163,3 @@ TIFFIsCODECConfigured(uint16 scheme)
* fill-column: 78
* End:
*/
-
« no previous file with comments | « third_party/libtiff/tif_close.c ('k') | third_party/libtiff/tif_color.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698