decoder/dsdiff: don't skip remaining bytes

Nobody cares.
This commit is contained in:
Max Kellermann 2014-08-23 15:19:34 +02:00
parent 7f22685fa3
commit 828ea700e8
1 changed files with 2 additions and 1 deletions

View File

@ -400,7 +400,8 @@ dsdiff_decode_chunk(Decoder &decoder, InputStream &is,
break;
}
}
return dsdlib_skip(&decoder, is, chunk_size);
return true;
}
static void