Update of /cvsroot/audacity/audacity-src/src/effects/vamp
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1741/effects/vamp

Modified Files:
        VampEffect.cpp 
Log Message:
Fixing problems found during static analysis (VS Team System code analysis).

Index: VampEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/vamp/VampEffect.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- VampEffect.cpp      20 May 2009 06:22:49 -0000      1.13
+++ VampEffect.cpp      2 Jun 2009 05:03:15 -0000       1.14
@@ -162,7 +162,7 @@
 
    while (left) {
 
-      sampleCount lstart, rstart;
+      sampleCount lstart, rstart = 0;
       sampleCount len;
       GetSamples(left, &lstart, &len);
       


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to