mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Oops - correct some typos in my previous commit
(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
This commit is contained in:
parent
d95de39339
commit
5d9c2104d2
4 changed files with 8 additions and 8 deletions
|
|
@ -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 = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue