1
0
Fork 0
forked from len0rd/rockbox

Fix compile failure due to a merge error in 4adad0bc1f

Change-Id: I7aa013e99c1f20c4f62299a5fa65dc7db65bf386
This commit is contained in:
Solomon Peachy 2018-12-15 12:10:36 -05:00
parent 75f74814c0
commit d8ce84c382

View file

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