summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index fa05463d13..8313994e29 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -119,7 +119,7 @@ static int insert_data_in_file(const char *fname, int fpos, char *buf, int num_b
119 119
120static void fileerror(int rc) 120static void fileerror(int rc)
121{ 121{
122 rb->splash(HZ*2, "File error: %d", rc); 122 rb->splashf(HZ*2, "File error: %d", rc);
123} 123}
124 124
125static const unsigned char empty_id3_header[] = 125static const unsigned char empty_id3_header[] =