1
0
Fork 0
forked from len0rd/rockbox

Fixed problem with incorrect first index after resume

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Hardeep Sidhu 2006-04-30 05:29:04 +00:00
parent fede7ff6f2
commit b236dc63ff

View file

@ -1928,6 +1928,8 @@ int playlist_resume(void)
return -1;
}
playlist->started = true;
while (1)
{
int result = 0;