Flipped a line to make it work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6dd8b83507
commit
ad14c5b14e
1 changed files with 1 additions and 1 deletions
|
@ -224,8 +224,8 @@ int wps_load_custom_config(void)
|
|||
char ch = '/';
|
||||
char* szLast;
|
||||
|
||||
szLast = strrchr(id3->path, ch);
|
||||
id3 = mpeg_current_track();
|
||||
szLast = strrchr(id3->path, ch);
|
||||
snprintf(buffer, sizeof(buffer), "");
|
||||
lcd_stop_scroll();
|
||||
fd = open("/wps.config", O_RDONLY);
|
||||
|
|
Loading…
Reference in a new issue