summaryrefslogtreecommitdiff
path: root/libs/pbd/search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/search_path.cc')
-rw-r--r--libs/pbd/search_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/search_path.cc b/libs/pbd/search_path.cc
index fe2087f6b1..6c152e6015 100644
--- a/libs/pbd/search_path.cc
+++ b/libs/pbd/search_path.cc
@@ -133,7 +133,7 @@ export_search_path (const string& base_dir, const char* varname, const char* dir
if (cstr) {
path = cstr;
- path += ':';
+ path += G_DIR_SEPARATOR;
} else {
path = "";
}