mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix YaPlugView::IsPlatformTypeSupported logging
Even though this branch will never be hit.
This commit is contained in:
@@ -357,6 +357,8 @@ bool Vst3Logger::log_request(
|
|||||||
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
||||||
message << "\" (will be translated to \""
|
message << "\" (will be translated to \""
|
||||||
<< Steinberg::kPlatformTypeHWND << "\")";
|
<< Steinberg::kPlatformTypeHWND << "\")";
|
||||||
|
} else {
|
||||||
|
message << "\"";
|
||||||
}
|
}
|
||||||
message << ")";
|
message << ")";
|
||||||
});
|
});
|
||||||
@@ -371,6 +373,8 @@ bool Vst3Logger::log_request(bool is_host_vst,
|
|||||||
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
if (request.type == Steinberg::kPlatformTypeX11EmbedWindowID) {
|
||||||
message << "\" (will be translated to \""
|
message << "\" (will be translated to \""
|
||||||
<< Steinberg::kPlatformTypeHWND << "\")";
|
<< Steinberg::kPlatformTypeHWND << "\")";
|
||||||
|
} else {
|
||||||
|
message << "\"";
|
||||||
}
|
}
|
||||||
message << ")";
|
message << ")";
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user