mirror of
https://github.com/transmission/transmission
synced 2025-03-16 08:49:47 +00:00
fix: invalid format string passed to fmt::print
This commit is contained in:
parent
7ee76a604d
commit
4ed61a0a75
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue