mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix winedbg warning
This commit is contained in:
@@ -104,7 +104,7 @@ IndividualHost::IndividualHost(boost::asio::io_context& io_context,
|
|||||||
#endif
|
#endif
|
||||||
)) {
|
)) {
|
||||||
#ifdef WITH_WINEDBG
|
#ifdef WITH_WINEDBG
|
||||||
if (plugin_path.string().find(' ') != std::string::npos) {
|
if (plugin_path.filename().string().find(' ') != std::string::npos) {
|
||||||
logger.log("Warning: winedbg does not support paths containing spaces");
|
logger.log("Warning: winedbg does not support paths containing spaces");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user