forked from len0rd/rockbox
small bugfix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@482 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04fdc1eb83
commit
1e0323a1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ bool dirbrowse(char *root)
|
|||
|
||||
lcd_clear_display();
|
||||
lcd_puts(0,0, "[Browse]", 0);
|
||||
numentries = showdir(currdir, buffer, 0, 0, &at_end);
|
||||
numentries = showdir(currdir, buffer, 0, start, &at_end);
|
||||
lcd_puts(0, LINE_Y+dircursor*LINE_HEIGTH, "-", 0);
|
||||
lcd_update();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue