1
0
Fork 0
forked from len0rd/rockbox

fix player

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22351 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-08-16 18:32:25 +00:00
parent 18a8e529b5
commit c20801b712
2 changed files with 4 additions and 1 deletions

View file

@ -884,6 +884,7 @@ static int parse_progressbar(const char *wps_bufptr,
/* Skip the rest of the line */
return skip_end_of_line(wps_bufptr)-1;
#else
(void)token;
if (*(wps_bufptr-1) == 'f')
wps_data->full_line_progressbar = true;