diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-21 09:07:23 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-12-21 09:07:23 +0000 |
| commit | d359193bd895afa0fa66422f8f6ce0a4c052ac91 (patch) | |
| tree | f454d8a961e0b9025050978ba9b41d18a9399a6f /apps | |
| parent | d19ca324fcd8df0d62d1f7e8ee2b16c9bdbef0e8 (diff) | |
| download | rockbox-d359193bd895afa0fa66422f8f6ce0a4c052ac91.zip rockbox-d359193bd895afa0fa66422f8f6ce0a4c052ac91.tar.gz rockbox-d359193bd895afa0fa66422f8f6ce0a4c052ac91.tar.bz2 rockbox-d359193bd895afa0fa66422f8f6ce0a4c052ac91.tar.xz | |
playlists should now be saved as m3u8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11827 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -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 29bf75d..104344e 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1212,7 +1212,7 @@ bool create_playlist(void) pltick = current_tick; - snprintf(filename, sizeof filename, "%s.m3u", + snprintf(filename, sizeof filename, "%s.m3u8", tc.currdir[1] ? tc.currdir : "/root"); FOR_NB_SCREENS(i) { |