diff --git a/apps/playback.c b/apps/playback.c index 35f5d7fff8..0bc0fb3b70 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -2662,7 +2662,7 @@ void audio_set_crossfade(int enable) { size_t size; bool was_playing = playing; - int offset = 0; + size_t offset = 0; int seconds = 1; if (!filebuf)