From d8ce84c38203526b6dc55e4178e709ab8afe2b9a Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 15 Dec 2018 12:10:36 -0500 Subject: Fix compile failure due to a merge error in 4adad0bc1f508360999de176048f89025ce84b3e Change-Id: I7aa013e99c1f20c4f62299a5fa65dc7db65bf386 --- apps/screens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index d341fa8eef..527419ff7a 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -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) -- cgit v1.2.3