diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-06-10 07:58:04 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-06-10 07:58:04 +0000 |
| commit | d044f5575fa530023a991dd90ab8f270819e7b74 (patch) | |
| tree | 800cbed9d2d62036c125db34cbe5e2ebdc8c8ddb /apps/tree.c | |
| parent | 6229aa2e6f9d4576af9567e7fb292ebb0751d981 (diff) | |
| download | rockbox-d044f5575fa530023a991dd90ab8f270819e7b74.zip rockbox-d044f5575fa530023a991dd90ab8f270819e7b74.tar.gz rockbox-d044f5575fa530023a991dd90ab8f270819e7b74.tar.bz2 rockbox-d044f5575fa530023a991dd90ab8f270819e7b74.tar.xz | |
Changed prototype of playtune
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@926 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 b0c17d3..7bb473f 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -310,7 +310,7 @@ bool dirbrowse(char *root) else { playing = 1; - playtune(currdir, dircacheptr[dircursor+start]->name); + playtune(buf); playing = 0; #ifdef HAVE_LCD_BITMAP lcd_setmargins(0, MARGIN_Y); |