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

Modified Files:
      Tag: Audacity_UmixIt
        XMLTagHandler.cpp 
Log Message:
Fix a comment.

Index: XMLTagHandler.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/xml/XMLTagHandler.cpp,v
retrieving revision 1.4.6.3
retrieving revision 1.4.6.4
diff -u -d -r1.4.6.3 -r1.4.6.4
--- XMLTagHandler.cpp   20 Dec 2006 22:55:45 -0000      1.4.6.3
+++ XMLTagHandler.cpp   2 Feb 2007 01:37:52 -0000       1.4.6.4
@@ -91,7 +91,7 @@
    return (IsGoodString(str) && 
             !str.IsEmpty() && 
             (str.Length() <= 260) && // FILENAME_MAX is 260 in MSVC, but 
inconsistent across platforms, sometimes huge.
-            (str.Find(wxFileName::GetPathSeparator()) == -1)); // No path 
separator characters. //vvv (this won't work on CVS HEAD)
+            (str.Find(wxFileName::GetPathSeparator()) == -1)); // No path 
separator characters.
 }
 
 bool XMLValueChecker::IsGoodInt(const wxString strInt)


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