forked from len0rd/rockbox
1 is the correct value here. Not that it makes any difference... :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8269541370
commit
ed1a26d567
1 changed files with 1 additions and 1 deletions
|
|
@ -790,7 +790,7 @@ static char* get_tag(struct wps_data* wps_data,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
*intval = 0;
|
*intval = 1;
|
||||||
return "?";
|
return "?";
|
||||||
}
|
}
|
||||||
return buf;
|
return buf;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue