1
0
Fork 0
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:
Dave Chapman 2002-05-06 17:15:03 +00:00
parent 04fdc1eb83
commit 1e0323a1bd

View file

@ -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;