Commit 38f1237d authored by Shen-Ta Hsieh's avatar Shen-Ta Hsieh Committed by Max Kellermann

output/wasapi: cast to `const char *` for fmt 10 compatible

parent 8df77122
......@@ -4,6 +4,7 @@ ver 0.23.14 (not yet released)
- mad: fix calculation of LAME peak values
* mixer
- wasapi: fix problem setting volume
* more libfmt 10 fixes
ver 0.23.13 (2023/05/22)
* input
......
......@@ -1026,7 +1026,7 @@ WasapiOutput::EnumerateDevices(IMMDeviceEnumerator &enumerator)
continue;
FmtNotice(wasapi_output_domain,
"Device \"{}\" \"{}\"", i, name);
"Device \"{}\" \"{}\"", i, name.c_str());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment