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