forked from len0rd/rockbox
Bah, missed the actual battery level. :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
802a5a5915
commit
834ac53c91
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ static char* get_tag(struct mp3entry* id3,
|
|||
{
|
||||
int l = battery_level();
|
||||
if (l > -1)
|
||||
snprintf(buf, buf_size, "%d%%");
|
||||
snprintf(buf, buf_size, "%d%%", l);
|
||||
else
|
||||
return "?%";
|
||||
return buf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue