Commit patch by JdGordon to fix FS#9531 (which applied to all targets) - correctly resume shuffled playlists.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19723 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marianne Arnold 2009-01-08 16:22:09 +00:00
parent 56d5bc728d
commit f5ab7c028e

View file

@ -2343,6 +2343,7 @@ int playlist_resume(void)
/* Terminate on EOF */
if(nread <= 0)
{
playlist->first_index = 0;
break;
}
}