mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix typo in entrypoint check
This commit is contained in:
@@ -82,7 +82,7 @@ PluginBridge::PluginBridge(std::string plugin_dll_path,
|
||||
reinterpret_cast<VstEntryPoint>(reinterpret_cast<size_t>(
|
||||
GetProcAddress(plugin_handle.get(), name)));
|
||||
|
||||
if (name != nullptr) {
|
||||
if (vst_entry_point != nullptr) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user