summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-12-15 12:10:36 -0500
committerSolomon Peachy <pizza@shaftnet.org>2018-12-15 12:10:36 -0500
commitd8ce84c38203526b6dc55e4178e709ab8afe2b9a (patch)
tree34e6e9676c9c9c8f5dbf6904c7a61d30cd2f0227 /apps
parent75f74814c00383de4fc7b134a26fd10ee2eb8486 (diff)
Fix compile failure due to a merge error in 4adad0bc1f508360999de176048f89025ce84b3e
Change-Id: I7aa013e99c1f20c4f62299a5fa65dc7db65bf386
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
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)