1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-11-05 23:49:08 +00:00
parent 140360b43a
commit c099eb40b3

View file

@ -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)