aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/MusicChunk.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx
index a829c26f1..96db5a699 100644
--- a/src/MusicChunk.hxx
+++ b/src/MusicChunk.hxx
@@ -85,7 +85,7 @@ struct music_chunk {
unsigned replay_gain_serial;
/** the data (probably PCM) */
- char data[CHUNK_SIZE];
+ uint8_t data[CHUNK_SIZE];
#ifndef NDEBUG
AudioFormat audio_format;