forked from len0rd/rockbox
Now also displays WPS lines without format codes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2809 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
140360b43a
commit
c099eb40b3
1 changed files with 5 additions and 0 deletions
|
@ -517,6 +517,11 @@ static void format_display(char* buf,
|
|||
}
|
||||
|
||||
*buf = 0;
|
||||
|
||||
/* If no flags have been set, the line didn't contain any format codes.
|
||||
We still want to refresh it. */
|
||||
if(*flags == 0)
|
||||
*flags = WPS_REFRESH_STATIC;
|
||||
}
|
||||
|
||||
bool wps_refresh(struct mp3entry* id3, int ffwd_offset, unsigned char refresh_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue