mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 13:21:44 +00:00
fix: invalid format string passed to fmt::print
This commit is contained in:
@@ -2136,7 +2136,7 @@ static int processResponse(char const* rpcurl, std::string_view response, Config
|
||||
|
||||
if (config.json)
|
||||
{
|
||||
fmt::print(response);
|
||||
fmt::print("{:s}\n", response);
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user