Build fix for src/mp3_audio_sink on x86_32

This commit is contained in:
Norman Feske
2019-02-24 14:09:27 +01:00
parent e199117e8f
commit 20e536f5fe

View File

@@ -164,7 +164,7 @@ struct Mp3_audio_sink::Decoder
if (mpg123_feed(_mh, src, num_bytes))
die_mpg123(_mh, "failed to feed");
off_t num = 0;
::off_t num = 0;
unsigned char *audio = nullptr;
size_t bytes = 0;