Oops - correct some typos in my previous commit

(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
This commit is contained in:
John Emmas 2014-04-11 15:36:04 +01:00
parent d95de39339
commit 5d9c2104d2
4 changed files with 8 additions and 8 deletions

View file

@ -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 = "";
}