mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Remove null pointer supported in initialize()
This commit is contained in:
@@ -322,13 +322,7 @@ bool Vst3Logger::log_request(bool is_host_vst,
|
||||
const YaPluginBase::Initialize& request) {
|
||||
return log_request_base(is_host_vst, [&](auto& message) {
|
||||
message << request.instance_id
|
||||
<< ": IPluginBase::initialize(context = ";
|
||||
if (request.host_context_args) {
|
||||
message << "<FUnknown*>";
|
||||
} else {
|
||||
message << "<nullptr>";
|
||||
}
|
||||
message << ")";
|
||||
<< ": IPluginBase::initialize(context = <FUnknown*>)";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user