From: <pst...@us...> - 2010-04-25 03:54:11
|
Revision: 751 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=751&view=rev Author: pstieber Date: 2010-04-25 03:54:05 +0000 (Sun, 25 Apr 2010) Log Message: ----------- Removed a stray character. Modified Paths: -------------- trunk/jazz/src/SampleCommand.cpp Modified: trunk/jazz/src/SampleCommand.cpp =================================================================== --- trunk/jazz/src/SampleCommand.cpp 2010-04-25 03:30:51 UTC (rev 750) +++ trunk/jazz/src/SampleCommand.cpp 2010-04-25 03:54:05 UTC (rev 751) @@ -406,7 +406,7 @@ chans = sout.GetChannels(); inchan = (int)p[6]; j = 0; - for (i = 0; i < nsamps; i++)i + for (i = 0; i < nsamps; i++) { j = (j+1) % reinit; k = (k+1) % reinit; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |