*: let libfmt quote strings

This commit is contained in:
Max Kellermann
2024-04-16 11:06:34 +02:00
parent 39c9e92f42
commit 0c1ecc96a8
71 changed files with 160 additions and 160 deletions

View File

@@ -35,7 +35,7 @@ PreparedTwoFilters::Open(AudioFormat &audio_format)
auto b = second->Open(b_in_format);
if (b_in_format != a_out_format)
throw FmtRuntimeError("Audio format not supported by filter '{}': {}",
throw FmtRuntimeError("Audio format not supported by filter {:?}: {}",
second_name, a_out_format);
return std::make_unique<TwoFilters>(std::move(a),