Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv18010/src

Modified Files:
        Envelope.cpp 
Log Message:
Fixing a tab.

Index: Envelope.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Envelope.cpp,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Envelope.cpp        25 Jan 2007 03:01:10 -0000      1.45
+++ Envelope.cpp        11 Feb 2007 23:36:58 -0000      1.46
@@ -801,11 +801,10 @@
    double tprev, vprev, tnext = 0, vnext, vstep = 0;
 
    for (int b = 0; b < bufferLen; b++) {
-
       if (len <= 0) {
-        buffer[b] = mDefaultValue;
-        t += tstep;
-        continue;
+         buffer[b] = mDefaultValue;
+         t += tstep;
+         continue;
       }
       if (t <= mEnv[0]->t) {
          buffer[b] = mEnv[0]->val;


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to