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:
Justin Heiner 2002-08-22 06:38:20 +00:00
parent 6dd8b83507
commit ad14c5b14e

View file

@ -224,8 +224,8 @@ int wps_load_custom_config(void)
char ch = '/'; char ch = '/';
char* szLast; char* szLast;
szLast = strrchr(id3->path, ch);
id3 = mpeg_current_track(); id3 = mpeg_current_track();
szLast = strrchr(id3->path, ch);
snprintf(buffer, sizeof(buffer), ""); snprintf(buffer, sizeof(buffer), "");
lcd_stop_scroll(); lcd_stop_scroll();
fd = open("/wps.config", O_RDONLY); fd = open("/wps.config", O_RDONLY);