commit c2491ea59b92c75b9af7258d5eaf2f4997c68a09
parent ba825ca810f7576fd6cd513119d3a30428b08688
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 25 Jun 2005 18:58:09 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/mp3extractor.c b/src/plugins/mp3extractor.c
@@ -419,7 +419,7 @@ mp3parse(char * data,
format = malloc(512);
snprintf(format,
512,
- "%d bps, %d hz, %dm%02d %s %s",
+ "%d kbps, %d hz, %dm%02d %s %s",
avg_bps,
sample_rate,
length/60, length % 60, /* minutes / seconds */