From b236dc63ffcc8ba0d29a4e925ab6cd00f8853ad6 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Sun, 30 Apr 2006 05:29:04 +0000 Subject: [PATCH] Fixed problem with incorrect first index after resume git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9835 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/playlist.c b/apps/playlist.c index e6affc7460..8c208687c8 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -1928,6 +1928,8 @@ int playlist_resume(void) return -1; } + playlist->started = true; + while (1) { int result = 0;