summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-07-10 08:50:46 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-07-10 08:50:46 +0000
commit7c342b8d332c69f377a2af3081e03c2418ea8532 (patch)
treec14cf6ce7563303a938df3b682bc85805c3bba41 /apps
parent486e47dc3091915418535388bfcd54331714fc7a (diff)
downloadrockbox-7c342b8d332c69f377a2af3081e03c2418ea8532.tar.gz
rockbox-7c342b8d332c69f377a2af3081e03c2418ea8532.zip
VBR display fix by Lee Marlow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1345 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c1
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)
141 lastlength = id3->length; 141 lastlength = id3->length;
142 lastsize = id3->filesize; 142 lastsize = id3->filesize;
143 lastrate = id3->bitrate; 143 lastrate = id3->bitrate;
144 lastvbr = id3->vbr;
144 lastartist = id3->artist?id3->artist[0]:0; 145 lastartist = id3->artist?id3->artist[0]:0;
145 lastalbum = id3->album?id3->album[0]:0; 146 lastalbum = id3->album?id3->album[0]:0;
146 lasttitle = id3->title?id3->title[0]:0; 147 lasttitle = id3->title?id3->title[0]:0;