From c71ad7ea7f005e6e84e60163837638eb958ae855 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 22 Apr 2006 14:53:00 +0000 Subject: [PATCH] Fix warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9760 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)