diff options
Diffstat (limited to 'lib/cximage-6.0/CxImage/ximatif.cpp')
-rw-r--r-- | lib/cximage-6.0/CxImage/ximatif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cximage-6.0/CxImage/ximatif.cpp b/lib/cximage-6.0/CxImage/ximatif.cpp index 6b4e7ad6c8..f2b14d02aa 100644 --- a/lib/cximage-6.0/CxImage/ximatif.cpp +++ b/lib/cximage-6.0/CxImage/ximatif.cpp @@ -31,7 +31,7 @@ CxImageTIF::~CxImageTIF() bool CxImageTIF::Decode(CxFile * hFile) { //Comment this line if you need more information on errors - // TIFFSetErrorHandler(NULL); //<Patrick Hoffmann> + TIFFSetErrorHandler(NULL); //Open file and fill the TIFF structure // m_tif = TIFFOpen(imageFileName,"rb"); |