Commit 1f642238 authored by Max Kellermann's avatar Max Kellermann

decoder/dsf: don't skip remaining bytes

Nobody cares.
parent 6fe06cad
...@@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is, ...@@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is,
break; break;
} }
} }
return dsdlib_skip(&decoder, is, chunk_size); return true;
} }
static void 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