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

Modified Files:
        Shuttle.cpp 
Log Message:
Allow space or no space after colon in chain.

Index: Shuttle.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Shuttle.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Shuttle.cpp 29 Jun 2006 09:35:25 -0000      1.9
+++ Shuttle.cpp 16 Oct 2006 21:51:17 -0000      1.10
@@ -270,6 +270,7 @@
    else
    {
       int i;
+      mParams = wxT(" ")+mParams;
       i=mParams.Find( wxT(" ")+Name+wxT("=") );
       if( i>=0 )
       {


-------------------------------------------------------------------------
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