diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/plugins/DsfDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/DsfDecoderPlugin.cxx b/src/decoder/plugins/DsfDecoderPlugin.cxx index 81ed07315..5a2ac61e3 100644 --- a/src/decoder/plugins/DsfDecoderPlugin.cxx +++ b/src/decoder/plugins/DsfDecoderPlugin.cxx @@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is, break; } } - return dsdlib_skip(&decoder, is, chunk_size); + return true; } static void |