use more libfmt instead of sprintf()
This commit is contained in:
@@ -405,7 +405,7 @@ AudioOutputControl::InternalDrain() noexcept
|
||||
void
|
||||
AudioOutputControl::Task() noexcept
|
||||
{
|
||||
FormatThreadName("output:%s", GetName().c_str());
|
||||
FmtThreadName("output:{}", GetName());
|
||||
|
||||
try {
|
||||
SetThreadRealtime();
|
||||
|
||||
Reference in New Issue
Block a user