/[svn]/qsampler/trunk/src/qsamplerUtilities.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerUtilities.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1476 by senoner, Sun Nov 11 23:07:06 2007 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5       Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 108  QString lscpEscapePath ( const QString& Line 109  QString lscpEscapePath ( const QString&
109                  !(c >= '0' && c <= '9') &&                  !(c >= '0' && c <= '9') &&
110                  !(c >= 'a' && c <= 'z') &&                  !(c >= 'a' && c <= 'z') &&
111                  !(c >= 'A' && c <= 'Z') &&                  !(c >= 'A' && c <= 'Z') &&
112                    #if defined(WIN32)
113                    !(c == ':') &&
114                    #endif
115                  !(c == pathSeparator)                  !(c == pathSeparator)
116              ) {              ) {
117                  // convert the non-basic character into a LSCP escape sequence                  // convert the non-basic character into a LSCP escape sequence
# Line 185  lscpVersion_t getRemoteLscpVersion (void Line 189  lscpVersion_t getRemoteLscpVersion (void
189  }  }
190    
191  } // namespace qsamplerUtilities  } // namespace qsamplerUtilities
192    
193    
194    // end of qsamplerUtilities.cpp

Legend:
Removed from v.1461  
changed lines
  Added in v.1476

  ViewVC Help
Powered by ViewVC