output/Control: GetName() returns std::string&
This commit is contained in:
@@ -421,7 +421,7 @@ AudioOutputControl::InternalDrain() noexcept
|
||||
void
|
||||
AudioOutputControl::Task() noexcept
|
||||
{
|
||||
FormatThreadName("output:%s", GetName());
|
||||
FormatThreadName("output:%s", GetName().c_str());
|
||||
|
||||
try {
|
||||
SetThreadRealtime();
|
||||
|
||||
Reference in New Issue
Block a user