mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix: TR_TORRENT_LABELS env var in scripts (#4260)
This commit is contained in:
@@ -1593,7 +1593,7 @@ static std::string buildLabelsString(tr_torrent const* tor)
|
||||
|
||||
for (auto it = std::begin(tor->labels), end = std::end(tor->labels); it != end;)
|
||||
{
|
||||
buf << *it;
|
||||
buf << tr_quark_get_string_view(*it);
|
||||
|
||||
if (++it != end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user