From c0d02fc75a849203db108412eeaaa322b12b8f10 Mon Sep 17 00:00:00 2001 From: reuk Date: Thu, 28 Apr 2022 14:22:43 +0100 Subject: [PATCH] LV2 Host: Add missing path separator to UI bundle path --- .../juce_audio_processors/format_types/juce_LV2PluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp index 27b42e32e8..d37800ab5d 100644 --- a/modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_LV2PluginFormat.cpp @@ -2676,7 +2676,7 @@ private: return Instance { descriptor->get()->instantiate (descriptor->get(), pluginUri.toString (false).toRawUTF8(), - bundlePath.getFullPathName().toRawUTF8(), + File::addTrailingSeparator (bundlePath.getFullPathName()).toRawUTF8(), writeFunction, this, &widget,