Index: third_party/libtiff/tif_warning.c |
diff --git a/third_party/tiff_v403/tif_warning.c b/third_party/libtiff/tif_warning.c |
similarity index 92% |
rename from third_party/tiff_v403/tif_warning.c |
rename to third_party/libtiff/tif_warning.c |
index 997f353688859da11fbcdd15236f7e1348a4484a..423b636e6e34ccb4ff94c536e7a225557fd9a588 100644 |
--- a/third_party/tiff_v403/tif_warning.c |
+++ b/third_party/libtiff/tif_warning.c |
@@ -29,9 +29,7 @@ |
*/ |
#include "tiffiop.h" |
-/*TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL;*/ |
-/* Modify here for use _TIFFwarningHandlerExt by Sunliang.Liu 20090715 */ |
-TIFFErrorHandler _TIFFwarningHandler = NULL; |
+TIFFErrorHandlerExt _TIFFwarningHandlerExt = NULL; |
TIFFErrorHandler |
TIFFSetWarningHandler(TIFFErrorHandler handler) |
@@ -81,5 +79,3 @@ TIFFWarningExt(thandle_t fd, const char* module, const char* fmt, ...) |
* fill-column: 78 |
* End: |
*/ |
- |
- |