mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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>(
|
reinterpret_cast<VstEntryPoint>(reinterpret_cast<size_t>(
|
||||||
GetProcAddress(plugin_handle.get(), name)));
|
GetProcAddress(plugin_handle.get(), name)));
|
||||||
|
|
||||||
if (name != nullptr) {
|
if (vst_entry_point != nullptr) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user