decoder/Internal: rename "chunk" to "current_chunk"

This commit is contained in:
Max Kellermann
2016-11-18 08:36:06 +01:00
parent b905933999
commit 595d1942cb
4 changed files with 19 additions and 20 deletions

View File

@@ -385,7 +385,7 @@ decoder_run_song(DecoderControl &dc,
AtScopeExit(&decoder) {
/* flush the last chunk */
if (decoder.chunk != nullptr)
if (decoder.current_chunk != nullptr)
decoder.FlushChunk();
};