diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-05 12:48:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-05 12:48:17 +0000 |
| commit | 6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa (patch) | |
| tree | db32c2e733feab1dff292b34a223c406b587e8f5 /apps/tree.c | |
| parent | 75447f6d413286e2925f7b44cb53753f34590c02 (diff) | |
| download | rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.zip rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.gz rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.bz2 rockbox-6b91b7ea57ee2798c2b86853e4e4aa95bbb3ddaa.tar.xz | |
Relative path playlist patch by Mat Pritchard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 0d583a7..0e56a2c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -245,7 +245,7 @@ char* peek_next_track(int steps) case 2: /* playlist mode */ - return playlist_next(steps); + return playlist_next(steps, currdir); } return NULL; |