RAW: Disable broken stream protection

It seems that on BSD the definition introduced with MR !384 crashes Telegram.
This commit is contained in:
Mirco Miranda
2025-09-11 11:52:21 +02:00
parent 56c8bc7323
commit 95f0d15e14

View File

@ -27,7 +27,7 @@
* By defining RAW_IGNORE_BROKEN_STREAMS removes this protection, leaving * By defining RAW_IGNORE_BROKEN_STREAMS removes this protection, leaving
* LibRaw in complete control of error handling (which is mostly absent). * LibRaw in complete control of error handling (which is mostly absent).
*/ */
// #define RAW_DISABLE_BROKEN_STREAM_PROTECTION #define RAW_DISABLE_BROKEN_STREAM_PROTECTION
#endif #endif
#ifdef QT_DEBUG #ifdef QT_DEBUG