Wrong text for lables.

This commit is contained in:
Robin Davies
2023-07-03 09:22:20 -04:00
parent 53b74d4754
commit 0df81bae6b
+2 -4
View File
@@ -663,10 +663,8 @@ Lv2PluginInfo::Lv2PluginInfo(PluginHost *lv2Host, LilvWorld *pWorld, const LilvP
this->label_ = nodeAsString(label); this->label_ = nodeAsString(label);
if (label_.length() == 0) if (label_.length() == 0)
{ {
this->label_ = name; this->label_ = this->name_;
} else { }
std::cout << this->label_ << std::endl;
}
AutoLilvNode author_name = (lilv_plugin_get_author_name(pPlugin)); AutoLilvNode author_name = (lilv_plugin_get_author_name(pPlugin));