mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Skip invalid plugin-tag spec
This commit is contained in:
parent
bb27d10fd4
commit
73d0b6894a
1 changed files with 1 additions and 0 deletions
|
|
@ -1626,6 +1626,7 @@ PluginManager::load_tags ()
|
||||||
!(*i)->get_property (X_("id"), id) ||
|
!(*i)->get_property (X_("id"), id) ||
|
||||||
!(*i)->get_property (X_("tags"), tags) ||
|
!(*i)->get_property (X_("tags"), tags) ||
|
||||||
!(*i)->get_property (X_("name"), name)) {
|
!(*i)->get_property (X_("name"), name)) {
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
if (!(*i)->get_property (X_("user-set"), user_set)) {
|
if (!(*i)->get_property (X_("user-set"), user_set)) {
|
||||||
user_set = false;
|
user_set = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue