diff options
author | elupus <elupus@xbmc.org> | 2012-04-09 13:07:20 +0200 |
---|---|---|
committer | elupus <elupus@xbmc.org> | 2012-04-09 19:03:09 +0200 |
commit | d92169b9554a2b62c05de9daf24cb075d31fc0cb (patch) | |
tree | f5c2c295b594f1b551fd9030333de3bcc1c57bd2 /lib/cximage-6.0 | |
parent | 7ffac4a4b719698503e94b6b128c6e4d109a9588 (diff) |
[win32] disable popup msgbox when TIF image decoder fails for some reason
Diffstat (limited to 'lib/cximage-6.0')
-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"); |