Commit of the century, right here.
authorDavid Robillard <d@drobilla.net>
Wed, 23 Nov 2011 19:29:47 +0000 (19:29 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 23 Nov 2011 19:29:47 +0000 (19:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10803 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/lv2_plugin_lilv.cc

index 1edf028f82276f755a0ba34958c6685adf4e3488..466579a8bcfa0dffbeca509c97d0222a825e966d 100644 (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);