mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
string fix
git-svn-id: svn://localhost/ardour2/branches/3.0@12912 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
04416e2d1d
commit
fe7d01847b
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ fixup_bundle_environment (int, char* [])
|
|||
std::string path;
|
||||
std::string exec_dir = Glib::path_get_dirname (execpath);
|
||||
std::string bundle_dir;
|
||||
std::string userconfigdir = user_config_directory().to_string();
|
||||
std::string userconfigdir = user_config_directory();
|
||||
|
||||
bundle_dir = Glib::path_get_dirname (exec_dir);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue