(file) Return to Path.cpp CVS log (file) (dir) Up to [ls] / linuxsampler / src / common

Diff for /linuxsampler/src/common/Path.cpp between version 1.8 and 1.9

This file is part of LinuxSampler, which is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the FAQ, please contact us.


version 1.8, 2007/11/14 23:41:58 version 1.9, 2007/12/03 18:30:47
Line 82 
Line 82 
  
 std::string Path::toLscp() const { std::string Path::toLscp() const {
     std::string result;     std::string result;
       #if WIN32
       if(drive) {
           result.assign(&drive,1);
           result += ":";
       }
       #endif
     for (int iElement = 0; iElement < elements.size(); iElement++) {     for (int iElement = 0; iElement < elements.size(); iElement++) {
         // replace "special characters" by LSCP escape sequences         // replace "special characters" by LSCP escape sequences
         std::string e = elements[iElement];         std::string e = elements[iElement];


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

LinuxSampler Developers
Powered by
ViewCVS