From ad14c5b14ec9d739649a6ed92990f1649cd98777 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Thu, 22 Aug 2002 06:38:20 +0000 Subject: Flipped a line to make it work git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1917 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/wps.c b/apps/wps.c index c970f6ee76..225908850f 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -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); -- cgit v1.2.3