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: |
*/ |
- |