From: <pst...@us...> - 2013-04-02 20:22:48
|
Revision: 1001 http://sourceforge.net/p/jazzplusplus/code/1001 Author: pstieber Date: 2013-04-02 20:22:45 +0000 (Tue, 02 Apr 2013) Log Message: ----------- Updated a data member name. Modified Paths: -------------- trunk/jazz/src/AlsaPlayer.cpp Modified: trunk/jazz/src/AlsaPlayer.cpp =================================================================== --- trunk/jazz/src/AlsaPlayer.cpp 2013-04-02 20:21:34 UTC (rev 1000) +++ trunk/jazz/src/AlsaPlayer.cpp 2013-04-02 20:22:45 UTC (rev 1001) @@ -649,7 +649,9 @@ } play_clock = Now; - if (mPlayBuffer.nEvents && mPlayBuffer.mppEvents[0]->GetClock() < mOutClock) + if ( + mPlayBuffer.mEventCount && + mPlayBuffer.mppEvents[0]->GetClock() < mOutClock) { FlushToDevice(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |