Text case change (_VSTInfo::Category needs to be capitalized)
authorJohn Emmas <johne53@tiscali.co.uk>
Wed, 31 Jan 2018 11:01:56 +0000 (11:01 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Wed, 31 Jan 2018 11:01:56 +0000 (11:01 +0000)
libs/ardour/plugin_manager.cc

index a2c8010efae92be1b3ac1385cb4ea5fe32d46bca..d48fe8cd15f8ae55022d3fef77f3fde844e508c4 100644 (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;