From 5ee5a89a7f4e765be0a059bc8e66c16c443484b6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 17:08:14 +0100 Subject: MusicChunk: use uint8_t instead of char --- src/MusicChunk.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3