13
0

Text case change (_VSTInfo::Category needs to be capitalized)

This commit is contained in:
John Emmas 2018-01-31 11:01:56 +00:00
parent 6ce0a27e0f
commit 141e6f848e

View File

@ -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;