mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 17:49:52 +01:00
fix(remote): print label separators correctly (#7535)
This commit is contained in:
+1
-1
@@ -941,7 +941,7 @@ void print_details(tr_variant::Map const& map)
|
||||
{
|
||||
if (auto sv = it->value_if<std::string_view>(); sv)
|
||||
{
|
||||
fmt::print("{:s}{:s}", it == begin ? ", " : "", *sv);
|
||||
fmt::print("{:s}{:s}", it != begin ? ", " : "", *sv);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user