forked from len0rd/rockbox
Fixed red build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0afe4ffcb6
commit
789faa6a59
1 changed files with 1 additions and 1 deletions
|
|
@ -346,8 +346,8 @@ static char* get_tag(struct mp3entry* id3,
|
|||
|
||||
case 'd': /* Directory path information */
|
||||
{
|
||||
*flags |= WPS_REFRESH_STATIC;
|
||||
int level = tag[1] - '0';
|
||||
*flags |= WPS_REFRESH_STATIC;
|
||||
/* d1 through d9 */
|
||||
if ((0 < level) && (9 > level))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue