yet another Windows build fix (LV2 preset 89475b2c9)

This commit is contained in:
Robin Gareus 2017-08-11 17:33:44 +02:00
parent ee839bda3d
commit acd73a9bf8

View File

@ -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
*