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

Modified Files:
        AudioIO.cpp 
Log Message:
Fix breakage due to uninited var.

Index: AudioIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- AudioIO.cpp 27 Aug 2006 21:35:13 -0000      1.143
+++ AudioIO.cpp 9 Sep 2006 09:44:38 -0000       1.144
@@ -191,6 +191,7 @@
    mPaused = false;
    mPlayLooped = false;
 
+   mListener = NULL;
    mUpdateMeters = false;
    mUpdatingMeters = false;
 


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to