From 73926ef5e5dbe1a3bfd627a016c3a975cf673327 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 17 Oct 2002 09:34:48 +0000 Subject: %pn now allows for conditional checking git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2698 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps-display.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/wps-display.c') diff --git a/apps/wps-display.c b/apps/wps-display.c index 88bfa73687..f095fe5c58 100644 --- a/apps/wps-display.c +++ b/apps/wps-display.c @@ -319,8 +319,7 @@ static char* get_tag(struct mp3entry* id3, return buf; case 'n': /* Playlist Name (without path) */ - playlist_name(buf, buf_size); - return buf; + return playlist_name(buf, buf_size); case 'e': /* Playlist Total Entries */ snprintf(buf, buf_size, "%d", playlist_amount()); -- cgit v1.2.3