We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffa3e9 commit 2150e2dCopy full SHA for 2150e2d
dcmdata/libsrc/dcrleccd.cc
@@ -364,7 +364,7 @@ OFCondition DcmRLECodecDecoder::decode(
364
// last fragment for this RLE stripe
365
if (inputBytes + byteOffset > fragmentLength)
366
{
367
- DCMDATA_ERROR("stream size in RLE header is wrong");
+ DCMDATA_WARN("stream size in RLE header is wrong, adjusting from " << inputBytes << " to " << fragmentLength-byteOffset << " bytes.");
368
inputBytes = fragmentLength-byteOffset;
369
}
370
0 commit comments