mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 07:46:24 -04:00
The previous commit didn't fully fix the problem. Now it should have
been fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8022 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d1704f6894
commit
4394cc787e
1 changed files with 1 additions and 1 deletions
|
|
@ -943,7 +943,7 @@ static int calculate_step_count(const struct playlist_info *playlist, int steps)
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
index += direction;
|
index += direction;
|
||||||
} while (i < count);
|
} while (i <= count);
|
||||||
|
|
||||||
return steps;
|
return steps;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue