1
0
Fork 0
forked from len0rd/rockbox

.rockbox-browser showed old cached data when the .rockbox dir was already cached by the dir browser. Now it forces a reload of the .rockbox dir.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3968 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-10-10 10:19:44 +00:00
parent de179fdf5f
commit 130dccf16e

View file

@ -1416,6 +1416,7 @@ bool rockbox_browse(char *root, int dirfilter)
int cursorpos_save = cursorpos[0];
memcpy(currdir_save, currdir, sizeof(currdir));
reload_dir = true;
rc = dirbrowse(root, &dirfilter);
memcpy(currdir, currdir_save, sizeof(currdir));