summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-23 19:29:47 +0000
committerDavid Robillard <d@drobilla.net>2011-11-23 19:29:47 +0000
commit96f3d1fd5c38bdfa02304711b16536cc7a10598c (patch)
treed60ec4917c83e33ecb5a16163f3335c05225f087 /libs
parente6535b3c346fc81a686ab3d0fdd740fbb7fbe6cd (diff)
Commit of the century, right here.
git-svn-id: svn://localhost/ardour2/branches/3.0@10803 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/lv2_plugin_lilv.cc3
1 files changed, 1 insertions, 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);