shithub: sox

Download patch

ref: a9be8d4ab365fbf87d96497da9878bc60aedf79d
parent: 66a8326532e09def795f0177c96338e8f7bec9f8
author: rrt <rrt>
date: Fri Jul 6 03:48:27 EDT 2007

Undo change to version message to avoid breaking programs that rely on
its format.

--- a/src/sox.c
+++ b/src/sox.c
@@ -162,7 +162,7 @@
 
 static void display_SoX_version(FILE * file)
 {
-  fprintf(file, "%s: SoX %s\n", myname, PACKAGE_VERSION);
+  fprintf(file, "%s: SoX v%s\n", myname, PACKAGE_VERSION);
 }
 
 static int strcmp_p(const void *p1, const void *p2)