Text case change (_VSTInfo::Category needs to be capitalized)
This commit is contained in:
parent
6ce0a27e0f
commit
141e6f848e
@ -1014,7 +1014,7 @@ PluginManager::windows_vst_discover (string path, bool cache_only)
|
||||
|
||||
snprintf (buf, sizeof (buf), "%d", finfo->UniqueID);
|
||||
info->unique_id = buf;
|
||||
info->category = finfo->category;
|
||||
info->category = finfo->Category;
|
||||
info->path = path;
|
||||
info->creator = finfo->creator;
|
||||
info->index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user