From 96f3d1fd5c38bdfa02304711b16536cc7a10598c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 23 Nov 2011 19:29:47 +0000 Subject: [PATCH] Commit of the century, right here. git-svn-id: svn://localhost/ardour2/branches/3.0@10803 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/lv2_plugin_lilv.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ardour/lv2_plugin_lilv.cc b/libs/ardour/lv2_plugin_lilv.cc index 1edf028f82..466579a8bc 100644 --- a/libs/ardour/lv2_plugin_lilv.cc +++ b/libs/ardour/lv2_plugin_lilv.cc @@ -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);