diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-07-10 08:50:46 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-07-10 08:50:46 +0000 |
commit | 7c342b8d332c69f377a2af3081e03c2418ea8532 (patch) | |
tree | c14cf6ce7563303a938df3b682bc85805c3bba41 | |
parent | 486e47dc3091915418535388bfcd54331714fc7a (diff) |
VBR display fix by Lee Marlow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1345 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/wps.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |