decoder/Internal: rename "chunk" to "current_chunk"
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user