/[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 1475 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1476 by senoner, Sun Nov 11 23:07:06 2007 UTC
# Line 109  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

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

  ViewVC Help
Powered by ViewVC