diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libs/client/DeprecatedLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/DeprecatedLoader.cpp b/src/libs/client/DeprecatedLoader.cpp index bb0096e1..72c397d2 100644 --- a/src/libs/client/DeprecatedLoader.cpp +++ b/src/libs/client/DeprecatedLoader.cpp @@ -219,7 +219,7 @@ DeprecatedLoader::load_patch(const Glib::ustring& filename, if (parent_path) path = Path(parent_path.get()).base() + Path::nameify((char*)key); else - path = Path("/") + Path::nameify((char*)key); + path = Path("/"); } } else if ((!xmlStrcmp(cur->name, (const xmlChar*)"polyphony"))) { if (load_poly) { |