Fix Player, checkwps and database tools

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-10-16 20:34:54 +00:00
parent 94f7651341
commit d7757eb75c
3 changed files with 15 additions and 2 deletions

View file

@ -337,8 +337,8 @@ static void draw_player_fullbar(struct gui_wps *gwps, char* buf, int buf_size)
int elapsed, length;
if (LIKELY(state->id3))
{
elapsed = id3->elapsed;
length = id3->length;
elapsed = state->id3->elapsed;
length = state->id3->length;
}
else
{