forked from len0rd/rockbox
rushed it. missed one little bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1569 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0395dc0bb
commit
9b7de87653
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ bool dirbrowse(char *root)
|
|||
if (start) {
|
||||
/* leaving the cursor at top line and moving screen down */
|
||||
if (browse_speed >=TREE_MAX_ON_SCREEN-1)
|
||||
start = start - TREE_MAX_ON_SCREEN - 1;
|
||||
start = start - TREE_MAX_ON_SCREEN + 1;
|
||||
else
|
||||
start--;
|
||||
if (start<0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue