/[svn]/linuxsampler/trunk/src/db/InstrumentsDb.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/db/InstrumentsDb.cpp

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

revision 1809 by iliev, Tue Sep 30 02:16:41 2008 UTC revision 1810 by iliev, Sun Dec 14 22:33:46 2008 UTC
# Line 1754  namespace LinuxSampler { Line 1754  namespace LinuxSampler {
1754      }      }
1755    
1756      String InstrumentsDb::AppendNode(String DbDir, String Node) {      String InstrumentsDb::AppendNode(String DbDir, String Node) {
1757          if(DbDir.length() == 1 && DbDir.at(0) == '/') return DbDir + Node + "/";          if(DbDir.length() == 1 && DbDir.at(0) == '/') return DbDir + Node;
1758          return DbDir + "/" + Node + "/";            if(DbDir.at(DbDir.length() - 1) == '/') return DbDir + Node;
1759            return DbDir + "/" + Node;
1760      }      }
1761    
1762      String InstrumentsDb::toDbName(String AbstractName) {      String InstrumentsDb::toDbName(String AbstractName) {

Legend:
Removed from v.1809  
changed lines
  Added in v.1810

  ViewVC Help
Powered by ViewVC