shithub: sox

Download patch

ref: f7a16ef972e336e7b119deeb941bd897fedd8007
parent: 8e3f42be7db5b0cd5d7fd925f8a59f4f8e453ab2
author: robs <robs>
date: Sun Nov 26 02:56:32 EST 2006

Fix to sox/soxmix merge

--- a/src/sox.c
+++ b/src/sox.c
@@ -656,7 +656,7 @@
     /* Try to save some time if first effect is "trim" by seeking */
     optimize_trim();
 
-    if (!soxmix) {
+    if (soxmix) {
       for (f = 0; f < input_count; f++)
         {
           /* Treat overall length the same as longest input file. */