diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index 1ee5d46398..5e02997fe9 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -1516,8 +1516,7 @@ LV2Plugin::do_save_preset(string name) return ""; } const string bundle = Glib::build_filename ( - appdata, "LV2", - Glib::build_filename(prefix + "_" + base_name + ".lv2")); + appdata, "LV2", prefix + "_" + base_name + ".lv2"); #else /* while macOS/OSX user-specific path is *