summaryrefslogtreecommitdiff
path: root/libs/pbd/search_path.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-04-11 15:36:04 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2014-04-11 15:36:04 +0100
commit5d9c2104d200aebc33a302c0018fd891e10351e6 (patch)
tree679d8f1abdf1024df68fb729f88a9d4978ed167d /libs/pbd/search_path.cc
parentd95de393390f7f8ee4c13e491b4e4d2555db535a (diff)
Oops - correct some typos in my previous commit
(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
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 6c152e6015..c441c01211 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 += G_DIR_SEPARATOR;
+ path += G_SEARCHPATH_SEPARATOR;
} else {
path = "";
}