Update of /cvsroot/audacity/audacity-src/src/effects/nyquist In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12084/nyquist
Modified Files: Nyquist.cpp Log Message: Fix crash when using Nyquist effects. Index: Nyquist.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.cpp,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- Nyquist.cpp 6 Sep 2009 14:08:22 -0000 1.82 +++ Nyquist.cpp 12 Sep 2009 06:49:56 -0000 1.83 @@ -613,7 +613,7 @@ // decimal separator which may be a comma in some countries. cmd += wxString::Format(wxT("(setf %s %s)\n"), mControls[j].var.c_str(), - Internat::ToString(mControls[j].val)); + Internat::ToString(mControls[j].val).c_str()); } else if (mControls[j].type == NYQ_CTRL_INT || mControls[j].type == NYQ_CTRL_CHOICE) { ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs