commit e2217fc468612241dc43230563bc95f32c622451
parent 5c24c0249a1f1c8ac90145dd95ec8163993f1793
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 24 Jan 2023 13:37:44 +0100
Force the plugin:// path component to be empty
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h
@@ -194,7 +194,7 @@ typedef struct clap_preset_discovery_location {
// eg: file:///C:/Users/abique/Documents/u-he/Diva.data/Presets/ (on Windows)
//
// - plugin:// for presets which are bundled within the plugin DSO.
- // The path component may be empty.
+ // In that case, the uri must be exactly `plugin://` and nothing more.
const char *uri;
} clap_preset_discovery_location_t;