From 7c342b8d332c69f377a2af3081e03c2418ea8532 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 10 Jul 2002 08:50:46 +0000 Subject: VBR display fix by Lee Marlow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1345 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index f4872eb1a1..6b76e751b6 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -141,6 +141,7 @@ int wps_show(void) lastlength = id3->length; lastsize = id3->filesize; lastrate = id3->bitrate; + lastvbr = id3->vbr; lastartist = id3->artist?id3->artist[0]:0; lastalbum = id3->album?id3->album[0]:0; lasttitle = id3->title?id3->title[0]:0; -- cgit v1.2.3