diff options
| -rw-r--r-- | apps/playback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index 35f5d7f..0bc0fb3 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) |