shithub: sox

Download patch

ref: 17ab877e047675d489afadebac67ceaea6123147
parent: 95e8f3f47369a9aeda754bcd7eeeabcd06f4a4f5
author: rrt <rrt>
date: Mon Jul 28 04:38:11 EDT 2008

Add a space between "Sample" and "rate".

--- a/src/sox.c
+++ b/src/sox.c
@@ -221,7 +221,7 @@
   }
   fprintf(output, "\n");
 
-  sprintf(buffer, "Samplerate: %gHz", ft->signal.rate);
+  sprintf(buffer, "Sample rate: %gHz", ft->signal.rate);
   fprintf(output, "%-25s", buffer);
   text = sox_find_comment(f->ft->oob.comments, "Album");
   if (text)