summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.c')
-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,
896 output_dyn_value(buffer, buffer_len, id3->filesize, byte_units, 4, true); 896 output_dyn_value(buffer, buffer_len, id3->filesize, byte_units, 4, true);
897 val=buffer; 897 val=buffer;
898 if(say_it && val) 898 if(say_it && val)
899 output_dyn_value(NULL, 0, id3->filesize, byte_units, true); 899 output_dyn_value(NULL, 0, id3->filesize, byte_units, 4, true);
900 break; 900 break;
901 } 901 }
902 if((!val || !*val) && say_it) 902 if((!val || !*val) && say_it)