forked from len0rd/rockbox
Fix compile failure due to a merge error in 4adad0bc1f
Change-Id: I7aa013e99c1f20c4f62299a5fa65dc7db65bf386
This commit is contained in:
parent
75f74814c0
commit
d8ce84c382
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ static const char * id3_get_or_speak_info(int selected_item, void* data,
|
|||
output_dyn_value(buffer, buffer_len, id3->filesize, byte_units, 4, true);
|
||||
val=buffer;
|
||||
if(say_it && val)
|
||||
output_dyn_value(NULL, 0, id3->filesize, byte_units, true);
|
||||
output_dyn_value(NULL, 0, id3->filesize, byte_units, 4, true);
|
||||
break;
|
||||
}
|
||||
if((!val || !*val) && say_it)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue