summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b0c17d3a42..7bb473f28e 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -310,7 +310,7 @@ bool dirbrowse(char *root)
310 else { 310 else {
311 311
312 playing = 1; 312 playing = 1;
313 playtune(currdir, dircacheptr[dircursor+start]->name); 313 playtune(buf);
314 playing = 0; 314 playing = 0;
315#ifdef HAVE_LCD_BITMAP 315#ifdef HAVE_LCD_BITMAP
316 lcd_setmargins(0, MARGIN_Y); 316 lcd_setmargins(0, MARGIN_Y);