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

Modified Files:
      Tag: AUDACITY_1_2
        AudioIO.cpp 
Log Message:
Got rid of stop-button race condition

Index: AudioIO.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudioIO.cpp,v
retrieving revision 1.100.2.28
retrieving revision 1.100.2.29
diff -u -d -r1.100.2.28 -r1.100.2.29
--- AudioIO.cpp 27 Nov 2006 16:37:58 -0000      1.100.2.28
+++ AudioIO.cpp 26 Feb 2007 09:37:20 -0000      1.100.2.29
@@ -974,10 +974,7 @@
       mAudioThreadShouldCallFillBuffersOnce = true;
 
       while( mAudioThreadShouldCallFillBuffersOnce == true )
-      {
-         wxYield();
          wxUsleep( 50 );
-      }
 
       //
       // Everything is taken care of.  Now, just free all the resources


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to