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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index 9bdaf493f9..c87005f7a3 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -118,7 +118,7 @@ static int insert_data_in_file(char *fname, int fpos, char *buf, int num_bytes)
118 118
119static void fileerror(int rc) 119static void fileerror(int rc)
120{ 120{
121 rb->splash(HZ*2, true, "File error: %d", rc); 121 rb->splash(HZ*2, "File error: %d", rc);
122} 122}
123 123
124static const unsigned char empty_id3_header[] = 124static const unsigned char empty_id3_header[] =
@@ -259,7 +259,7 @@ static bool vbr_fix(char *selected_file)
259 { 259 {
260 /* Not a VBR file */ 260 /* Not a VBR file */
261 DEBUGF("Not a VBR file\n"); 261 DEBUGF("Not a VBR file\n");
262 rb->splash(HZ*2, true, "Not a VBR file"); 262 rb->splash(HZ*2, "Not a VBR file");
263 } 263 }
264 264
265 return false; 265 return false;