mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
actual fix for ustring mistake
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3385 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
066ffa6fba
commit
13b50783fd
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ VSTPlugin::get_state()
|
|||
|
||||
/* save it to a file */
|
||||
|
||||
Glib::ustring path = Glib::build_ustring (get_user_ardour_path (), "vst");
|
||||
Glib::ustring path = Glib::build_filename (get_user_ardour_path (), "vst");
|
||||
struct stat sbuf;
|
||||
|
||||
if (stat (path.c_str(), &sbuf)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue