Commit 828ea700 authored by Max Kellermann's avatar Max Kellermann

decoder/dsdiff: don't skip remaining bytes

Nobody cares.
parent 7f22685f
......@@ -400,7 +400,8 @@ dsdiff_decode_chunk(Decoder &decoder, InputStream &is,
break;
}
}
return dsdlib_skip(&decoder, is, chunk_size);
return true;
}
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment