mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
Commit of the century, right here.
git-svn-id: svn://localhost/ardour2/branches/3.0@10803 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e6535b3c34
commit
96f3d1fd5c
1 changed files with 1 additions and 2 deletions
|
|
@ -583,8 +583,7 @@ LV2Plugin::lv2_state_make_path(LV2_State_Make_Path_Handle handle,
|
|||
const std::string abs_path = Glib::build_filename(
|
||||
Glib::build_filename(
|
||||
me->_session.plugins_dir(),
|
||||
me->_insert_id.to_s()
|
||||
),
|
||||
me->_insert_id.to_s()),
|
||||
path);
|
||||
|
||||
const std::string dirname = Glib::path_get_dirname(abs_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue