13
0

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:
David Robillard 2011-11-23 19:29:47 +00:00
parent e6535b3c34
commit 96f3d1fd5c

View File

@ -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);