mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
uh, make sure we start with a slash when playing songs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
97c62f813c
commit
7daaa6111f
1 changed files with 3 additions and 1 deletions
|
|
@ -60,8 +60,10 @@ char* playlist_next(int type)
|
|||
|
||||
if('/' == now_playing[1])
|
||||
return &now_playing[1];
|
||||
else
|
||||
else {
|
||||
now_playing[0]='/';
|
||||
return now_playing;
|
||||
}
|
||||
}
|
||||
else
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue