diff options
Diffstat (limited to 'graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp')
-rw-r--r-- | graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp b/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp new file mode 100644 index 000000000000..694fb2864ee3 --- /dev/null +++ b/graphics/kf6-kimageformats/files/patch-src_imageformats_raw.cpp @@ -0,0 +1,11 @@ +--- src/imageformats/raw.cpp.orig 2025-09-08 08:12:54 UTC ++++ 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 |