shithub: sox

Download patch

ref: bda25d62bd2459c9eaa855ca3da8cd91ae1e766a
parent: 545303add825ad8de3f27971cf3b095b3da0a9fd
author: robs <robs>
date: Sat Jun 16 07:54:48 EDT 2007

oops\!

--- a/src/mixer.c
+++ b/src/mixer.c
@@ -562,7 +562,7 @@
 
 static int oops_getopts(sox_effect_t * effp, int n, char * * argv) 
 {
-  char * args[] = {"1,-1,-1,1"};
+  char * args[] = {"1,1,-1,-1"};
   return sox_mixer_effect_fn()->getopts(effp, array_length(args), args);
 }