From acd73a9bf8d353364a3b1d71266b0a14b9c2777a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 11 Aug 2017 17:33:44 +0200 Subject: yet another Windows build fix (LV2 preset 89475b2c9) --- libs/ardour/lv2_plugin.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/lv2_plugin.cc') 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 * -- cgit v1.2.3