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

Unified Diff: third_party/libtiff/tif_error.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_dumpmode.c ('k') | third_party/libtiff/tif_extension.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libtiff/tif_error.c
diff --git a/third_party/tiff_v403/tif_error.c b/third_party/libtiff/tif_error.c
similarity index 93%
rename from third_party/tiff_v403/tif_error.c
rename to third_party/libtiff/tif_error.c
index 8c0ef6cf9be40717ce5a1539b3739d5c3d0f925c..0bc8b878bd053aa9e50cb51e80ef3425dcd70d9e 100644
--- a/third_party/tiff_v403/tif_error.c
+++ b/third_party/libtiff/tif_error.c
@@ -29,9 +29,7 @@
*/
#include "tiffiop.h"
-/*TIFFErrorHandlerExt _TIFFerrorHandlerExt = NULL;*/
-/* Modify here for use _TIFFerrorHandlerExt by Sunliang.Liu 20090715 */
-TIFFErrorHandler _TIFFerrorHandler = NULL;
+TIFFErrorHandlerExt _TIFFerrorHandlerExt = NULL;
TIFFErrorHandler
TIFFSetErrorHandler(TIFFErrorHandler handler)
@@ -80,4 +78,3 @@ TIFFErrorExt(thandle_t fd, const char* module, const char* fmt, ...)
* fill-column: 78
* End:
*/
-
« no previous file with comments | « third_party/libtiff/tif_dumpmode.c ('k') | third_party/libtiff/tif_extension.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698