diff --git a/src/imageformats/raw.cpp b/src/imageformats/raw.cpp index e4b56bb..8e0c004 100644 --- a/src/imageformats/raw.cpp +++ b/src/imageformats/raw.cpp @@ -27,7 +27,7 @@ * By defining RAW_IGNORE_BROKEN_STREAMS removes this protection, leaving * LibRaw in complete control of error handling (which is mostly absent). */ -// #define RAW_DISABLE_BROKEN_STREAM_PROTECTION +#define RAW_DISABLE_BROKEN_STREAM_PROTECTION #endif #ifdef QT_DEBUG