shithub: sox

Download patch

ref: 137952b22cdfa5faecb0ae8c04934d95f686a2b3
parent: b57465cd4272be3575d6b05ad6df18d11c7a7b8f
author: rrt <rrt>
date: Sat Jan 20 12:46:57 EST 2007

Remove now-erroneous line.

--- a/src/skelform.c
+++ b/src/skelform.c
@@ -90,9 +90,6 @@
   st_size_t done;
   unsigned char sample;
 
-  /* Always return a full frame of audio data */
-  len -= len % ft->signal.size;
-
   for (done = 0; done < len; done++) {
     if (feof(ft->fp)) /* no more samples */
       break;