/[svn]/linuxsampler/trunk/src/common/Path.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Path.cpp

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

revision 1942 by iliev, Tue Sep 30 02:16:41 2008 UTC revision 1943 by persson, Tue Jul 14 18:25:11 2009 UTC
# Line 130  std::string Path::toWindows() const { Line 130  std::string Path::toWindows() const {
130          // append encoded node to full encoded path          // append encoded node to full encoded path
131          result << "\\" << elements[iElement];          result << "\\" << elements[iElement];
132      }      }
133        if (elements.empty()) result << '\\';
134      return result.str();      return result.str();
135  }  }
136    

Legend:
Removed from v.1942  
changed lines
  Added in v.1943

  ViewVC Help
Powered by ViewVC